ソースを参照

More adaptation to pep-3110

oz123 10 年 前
コミット
9c06be3def
1 ファイル変更1 行追加1 行削除
  1. 1 1
      pwman/ui/win.py

+ 1 - 1
pwman/ui/win.py

@@ -78,7 +78,7 @@ class PwmanCliWinNew(PwmanCliNew):
             print "Password ID: %d" % (node._id)
             # when done with node erase it
             zerome(password)
-        except Exception, e:
+        except Exception as e:
             self.error(e)
 
     def print_node(self, node):