dos2unix
This commit is contained in:
parent
6c2d17a6d0
commit
c266847a06
|
|
@ -183,17 +183,17 @@ for package in packages:
|
|||
except:
|
||||
isModule = 0
|
||||
|
||||
#
|
||||
# RHH.... hack OPT2 .. py debug libraries...
|
||||
#
|
||||
if not isModule:
|
||||
# debug py library magin naming in windows..
|
||||
basename = basename.replace('_d','')
|
||||
try:
|
||||
__import__(basename, globals(), locals())
|
||||
isModule = 1
|
||||
except:
|
||||
isModule = 0
|
||||
#
|
||||
# RHH.... hack OPT2 .. py debug libraries...
|
||||
#
|
||||
if not isModule:
|
||||
# debug py library magin naming in windows..
|
||||
basename = basename.replace('_d','')
|
||||
try:
|
||||
__import__(basename, globals(), locals())
|
||||
isModule = 1
|
||||
except:
|
||||
isModule = 0
|
||||
|
||||
if isModule:
|
||||
if basename not in DoGenPyCode.codeLibs:
|
||||
|
|
|
|||
Loading…
Reference in New Issue