diff options
Diffstat (limited to 'setup_helper.py')
-rw-r--r-- | setup_helper.py | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/setup_helper.py b/setup_helper.py index 32609dd2..778d90a8 100644 --- a/setup_helper.py +++ b/setup_helper.py @@ -1,4 +1,4 @@ -# Copyright (C) 2003-2006 Robey Pointer <robey@lag.net> +# Copyright (C) 2003-2007 Robey Pointer <robey@lag.net> # # This file is part of paramiko. # @@ -16,6 +16,10 @@ # along with Paramiko; if not, write to the Free Software Foundation, Inc., # 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +# Note: Despite the copyright notice, this was submitted by John +# Arbash Meinel. Thanks John! + + """A small set of helper functions for dealing with setup issues""" import os |