mirror of
https://github.com/yweber/lodel2.git
synced 2025-10-31 19:49:02 +01:00
Remove useless and wrong import
This commit is contained in:
parent
4fb0c89ddb
commit
086dd471cb
1 changed files with 1 additions and 0 deletions
|
|
@ -22,6 +22,7 @@
|
||||||
import sys, os, os.path
|
import sys, os, os.path
|
||||||
import unittest
|
import unittest
|
||||||
|
|
||||||
|
|
||||||
loader = unittest.TestLoader()
|
loader = unittest.TestLoader()
|
||||||
|
|
||||||
if ((len(sys.argv) > 1) and (sys.argv[1].startswith('-')) is False):
|
if ((len(sys.argv) > 1) and (sys.argv[1].startswith('-')) is False):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue