1
0
Fork 0
mirror of https://github.com/yweber/lodel2.git synced 2025-10-31 11:39:02 +01:00

Remove useless and wrong import

This commit is contained in:
prieto 2017-01-27 16:55:10 +01:00
commit 086dd471cb

View file

@ -22,6 +22,7 @@
import sys, os, os.path
import unittest
loader = unittest.TestLoader()
if ((len(sys.argv) > 1) and (sys.argv[1].startswith('-')) is False):