Small cosmetic fix

This commit is contained in:
Jimbo77 2012-08-23 18:01:06 -07:00
parent 407070bba0
commit 719b9d7d33
1 changed files with 1 additions and 1 deletions

View File

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