oz123 před 11 roky
rodič
revize
7b3643528d
2 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 1 1
      pwman/__init__.py
  2. 1 1
      pwman/ui/cli.py

+ 1 - 1
pwman/__init__.py

@@ -20,7 +20,7 @@
 #============================================================================
 
 appname = "Pwman3"
-version = "0.3.9a"
+version = "0.3.9b"
 website = "http://github.com/pwman3/pwman3"
 author = "Oz Nahum"
 authoremail = "nahumoz@gmail.com"

+ 1 - 1
pwman/ui/cli.py

@@ -759,7 +759,7 @@ class PwmanCliNew(PwmanCli):
 
         try:
             readline.read_history_file(self._historyfile)
-        except NameError, e:
+        except IOError, e:
             pass
 
         self.prompt = "pwman> "