Browse Source

created docstring for miniActuator

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

4
lib/gui_lite.py

@ -480,6 +480,10 @@ 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."""

Loading…
Cancel
Save