created docstring for set_path()
authorJimbo77 <onlineregular@gmail.com>
Mon, 20 Aug 2012 01:08:32 +0000 (18:08 -0700)
committerJimbo77 <onlineregular@gmail.com>
Mon, 20 Aug 2012 01:08:32 +0000 (18:08 -0700)
lib/wallet.py

index 68f8b1f..d53ef59 100644 (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: