Browse Source

created docstring for miniActuator

master
Jimbo77 14 years ago
parent
commit
69110160ac
  1. 6
      lib/gui_lite.py

6
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

Loading…
Cancel
Save