Ver código fonte

Fix wrong import

oz123 11 anos atrás
pai
commit
fc7d439f9b
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      scripts/pwman3

+ 1 - 1
scripts/pwman3

@@ -65,7 +65,7 @@ elif 'win' in sys.platform:
     from pwman.ui.win import PwmanCliWinNew as PwmanCliNew
     OSX = False
 else:
-    from pwman.ui.cli import PwmanCliOld as PwmanCli
+    from pwman.ui.ocli import PwmanCliOld as PwmanCli
     from pwman.ui.cli import PwmanCliNew
     OSX = False