created docstring for miniActuator
authorJimbo77 <onlineregular@gmail.com>
Wed, 22 Aug 2012 06:17:48 +0000 (23:17 -0700)
committerJimbo77 <onlineregular@gmail.com>
Wed, 22 Aug 2012 06:17:48 +0000 (23:17 -0700)
lib/gui_lite.py

index d594a21..a37790a 100644 (file)
@@ -480,7 +480,11 @@ class ReceivePopup(QDialog):
         self.show()
 
 class MiniActuator:
-
+    """Initialize the definitions for all the menubar functions and 
+    sending/recieving bitcoins.
+    """
+    
+    
     def __init__(self, wallet):
         """Retrieve the gui theme used in previous session."""
         self.wallet = wallet