From 69110160aca252006d920effa7d1463f8daabc77 Mon Sep 17 00:00:00 2001 From: Jimbo77 Date: Tue, 21 Aug 2012 23:17:48 -0700 Subject: [PATCH] created docstring for miniActuator --- lib/gui_lite.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lib/gui_lite.py b/lib/gui_lite.py index d594a216d..a37790a3b 100644 --- a/lib/gui_lite.py +++ b/lib/gui_lite.py @@ -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