Browse Source

Small cosmetic fix

283
Jimbo77 12 years ago
parent
commit
719b9d7d33
  1. 2
      lib/wallet.py

2
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

Loading…
Cancel
Save