Commit 66012fe8 authored by Andrew M. Kuchling's avatar Andrew M. Kuchling

Remove unused import of 'string'

Add header comment and __version__
parent 66f98b45
# 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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment