|
@@ -48,7 +48,7 @@ outputDir = ''
|
|
|
extensionsDir = ''
|
|
extensionsDir = ''
|
|
|
interrogateLib = ''
|
|
interrogateLib = ''
|
|
|
codeLibs = []
|
|
codeLibs = []
|
|
|
-doSqueeze = True
|
|
|
|
|
|
|
+doSqueeze = 1
|
|
|
etcPath = []
|
|
etcPath = []
|
|
|
|
|
|
|
|
def doGetopts():
|
|
def doGetopts():
|
|
@@ -102,7 +102,7 @@ def doGetopts():
|
|
|
FFIConstants.wantComments = 0
|
|
FFIConstants.wantComments = 0
|
|
|
FFIConstants.wantTypeChecking = 0
|
|
FFIConstants.wantTypeChecking = 0
|
|
|
elif (flag == '-n'):
|
|
elif (flag == '-n'):
|
|
|
- doSqueeze = False
|
|
|
|
|
|
|
+ doSqueeze = 0
|
|
|
elif (flag in ['-g', '-t', '-p', '-o']):
|
|
elif (flag in ['-g', '-t', '-p', '-o']):
|
|
|
FFIConstants.notify.debug("option is deprecated: %s" % (flag))
|
|
FFIConstants.notify.debug("option is deprecated: %s" % (flag))
|
|
|
|
|
|