in python never put import of standard library modules on the same import
line as own modules (here:damask) - und die folgenden Zeilen werden ignoriert -- M setup_code.py
This commit is contained in:
parent
db12e6e0c8
commit
ae9af9143d
|
@ -1,5 +1,6 @@
|
|||
#!/usr/bin/env python
|
||||
import os,string,re,damask
|
||||
import os,string,re
|
||||
import damask
|
||||
from optparse import OptionParser, OptionGroup, Option, SUPPRESS_HELP
|
||||
|
||||
# -----------------------------
|
||||
|
|
Loading…
Reference in New Issue