tadded docstring for the read() function - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit a85901b4b2a4a1cce4885abd347cbeed7f8699d1 DIR parent 8bb841787e0e204561bbfa0b529b3b2f6c6d1ca3 HTML Author: Jimbo77 <onlineregular@gmail.com> Date: Sun, 19 Aug 2012 17:46:31 -0700 added docstring for the read() function Diffstat: M lib/wallet.py | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) --- DIR diff --git a/lib/wallet.py b/lib/wallet.py t@@ -676,6 +676,7 @@ class Wallet: os.chmod(self.path,stat.S_IREAD | stat.S_IWRITE) def read(self): + '''Read the contents of the wallet file.''' import interface upgrade_msg = """This wallet seed is deprecated. Please run upgrade.py for a diagnostic."""