From: Anthony B. <ant...@us...> - 2002-05-06 06:32:10
|
Update of /cvsroot/pydns/pydns In directory usw-pr-cvs1:/tmp/cvs-serv17754 Modified Files: setup.py Log Message: filled in a blank Index: setup.py =================================================================== RCS file: /cvsroot/pydns/pydns/setup.py,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** setup.py 23 Nov 2001 19:43:57 -0000 1.3 --- setup.py 6 May 2002 06:32:07 -0000 1.4 *************** *** 20,24 **** long_description = """Python DNS library: """, ! author = '', author_email = 'pyd...@li...', url = 'http://pydns.sourceforge.net/', --- 20,24 ---- long_description = """Python DNS library: """, ! author = 'Anthony Baxter and others', author_email = 'pyd...@li...', url = 'http://pydns.sourceforge.net/', *************** *** 28,31 **** --- 28,34 ---- # # $Log$ + # Revision 1.4 2002/05/06 06:32:07 anthonybaxter + # filled in a blank + # # Revision 1.3 2001/11/23 19:43:57 stroeder # Prepend current directory to sys.path to enable import of DNS. |