trimmed useless imports, unstarred all imports
[sfa.git] / sfatables / commands / Delete.py
index 50b1d62..3646990 100644 (file)
@@ -1,5 +1,5 @@
 import os, time
-from sfatables.globals import *
+from sfatables.globals import sfatables_config
 from sfatables.command import Command
 
 class Delete(Command):