Browse Source

remove obsolete import

oz123 11 years ago
parent
commit
52c67df086
1 changed files with 1 additions and 1 deletions
  1. 1 1
      scripts/pwman3

+ 1 - 1
scripts/pwman3

@@ -69,7 +69,7 @@ else:
     from pwman.ui.cli import PwmanCliNew
     OSX = False
 
-from pwman.ui.tools import CLICallback, DummyCallback
+from pwman.ui.tools import CLICallback
 import pwman.util.config as config
 import pwman.data.factory
 from pwman.data.convertdb import PwmanConvertDB