Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/activity.py
diff options
context:
space:
mode:
Diffstat (limited to 'activity.py')
-rw-r--r--activity.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/activity.py b/activity.py
index 8f774cd..813b837 100644
--- a/activity.py
+++ b/activity.py
@@ -59,16 +59,11 @@ PATH = '/org/laptop/Memorize'
_TOOLBAR_PLAY = 1
_TOOLBAR_CREATE = 2
-this = None
-
class MemorizeActivity(Activity):
def __init__(self, handle):
Activity.__init__(self, handle)
- global this
- this = self
-
self.create_load = False
self.play_mode = None