Browse Source

created docstring for set_path()

283
Jimbo77 13 years ago
parent
commit
89109541bd
  1. 2
      lib/wallet.py

2
lib/wallet.py

@ -351,7 +351,7 @@ class Wallet:
self.interface.poke()
def set_path(self, wallet_path):
'''Set the path of the wallet.'''
if wallet_path is not None:
self.path = wallet_path
else:

Loading…
Cancel
Save