Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/addons/typetextaction.py
diff options
context:
space:
mode:
Diffstat (limited to 'addons/typetextaction.py')
-rw-r--r--addons/typetextaction.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/addons/typetextaction.py b/addons/typetextaction.py
index 8c794d9..8a09ff9 100644
--- a/addons/typetextaction.py
+++ b/addons/typetextaction.py
@@ -27,12 +27,6 @@ class TypeTextAction(Action):
"""
widget = TStringProperty("")
text = TStringProperty("")
-
- def __init__(self, widget, text):
- Action.__init__(self)
-
- self.widget = widget
- self.text = text
def do(self, **kwargs):
"""