created docstring for miniActuator

This commit is contained in:
Jimbo77 2012-08-21 23:17:48 -07:00
parent deb29affc5
commit 69110160ac
1 changed files with 5 additions and 1 deletions

View 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