tSmall cosmetic fix - electrum - Electrum Bitcoin wallet
HTML git clone https://git.parazyd.org/electrum
DIR Log
DIR Files
DIR Refs
DIR Submodules
---
DIR commit 719b9d7d33c15589ffee41ba64020b6761058e2f
DIR parent 407070bba0c7a7f174e1f6db6d8f94f6edeb7911
HTML Author: Jimbo77 <onlineregular@gmail.com>
Date: Thu, 23 Aug 2012 18:01:06 -0700
Small cosmetic fix
Diffstat:
M lib/wallet.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/lib/wallet.py b/lib/wallet.py
t@@ -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