Kaynağa Gözat

Fix wrong import

oz123 11 yıl önce
ebeveyn
işleme
fc7d439f9b
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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