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:
Claudio Zambaldi 2013-01-24 14:45:23 +00:00
parent db12e6e0c8
commit ae9af9143d
1 changed files with 2 additions and 1 deletions

View File

@ -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
# -----------------------------