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