Commit 7e1009e4 authored by Chris McDonough's avatar Chris McDonough

Fix getopt declaration.

parent f988c0cb
......@@ -43,7 +43,7 @@ def main():
DISTUTILS_OPTS = ''
try:
longopts = ['help', 'ignore-largefile', 'ignore-zlib',
'--ignore-pyexpat', 'prefix=',
'ignore-pyexpat', 'prefix=',
'build-base=', 'optimize', 'no-compile', 'quiet']
opts, args = getopt.getopt(sys.argv[1:], 'h', longopts)
except getopt.GetoptError, v:
......
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