created docstring for set_path()

This commit is contained in:
Jimbo77 2012-08-19 18:08:32 -07:00
parent f0fb3ec0e1
commit 89109541bd
1 changed files with 1 additions and 1 deletions

View File

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