added docstring for the read() function

This commit is contained in:
Jimbo77 2012-08-19 17:46:31 -07:00
parent 8bb841787e
commit a85901b4b2
1 changed files with 1 additions and 0 deletions

View File

@ -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."""