]> granicus.if.org Git - python/commitdiff
Remove unused import of 'string'
authorAndrew M. Kuchling <amk@amk.ca>
Fri, 26 Jan 2001 21:56:58 +0000 (21:56 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Fri, 26 Jan 2001 21:56:58 +0000 (21:56 +0000)
Add header comment and __version__

setup.py

index 371036cb10a28c940d89a4f653219a7cff661e18..0e421c581949c153903630d9089514028de74553 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -1,7 +1,12 @@
+# Autodetecting setup.py script for building the Python extensions
+#
 # To be fixed:
 #   Implement --disable-modules setting
+#
 
-import sys, os, string, getopt
+__version__ = "$Revision$"
+
+import sys, os, getopt
 from distutils import sysconfig
 from distutils.errors import *
 from distutils.core import Extension, setup