Fix FTBFS if no "-e" parameter is used

pull/1/head
François Andriot 10 years ago committed by Slávek Banko
parent dacaf2f656
commit 604468d278

@ -836,6 +836,8 @@ def main(argv):
global pytde_imports, kde_includes
global opt_libpython
opt_libpython = None
# Look for '-z' first and process that switch
# (command line switches override file switches)
for opt, arg in optlist:

Loading…
Cancel
Save