From 719b9d7d33c15589ffee41ba64020b6761058e2f Mon Sep 17 00:00:00 2001 From: Jimbo77 Date: Thu, 23 Aug 2012 18:01:06 -0700 Subject: [PATCH] Small cosmetic fix --- lib/wallet.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/wallet.py b/lib/wallet.py index 7df45c08..e95d545c 100644 --- a/lib/wallet.py +++ b/lib/wallet.py @@ -676,7 +676,7 @@ class Wallet: os.chmod(self.path,stat.S_IREAD | stat.S_IWRITE) def read(self): - '''Read the contents of the wallet file.''' + """Read the contents of the wallet file.""" import interface self.file_exists = False