mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
Remove unused import of 'string'
Add header comment and __version__
This commit is contained in:
7
setup.py
7
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
|
||||
|
||||
Reference in New Issue
Block a user