Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/conf/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'shell/conf/__init__.py')
-rw-r--r--shell/conf/__init__.py9
1 files changed, 2 insertions, 7 deletions
diff --git a/shell/conf/__init__.py b/shell/conf/__init__.py
index f69dccb..8842dac 100644
--- a/shell/conf/__init__.py
+++ b/shell/conf/__init__.py
@@ -1,11 +1,6 @@
from conf.ActivityRegistry import _ActivityRegistry
-from conf.Profile import _Profile
-__registry = _ActivityRegistry()
-__profile = _Profile()
+_activity_registry = _ActivityRegistry()
def get_activity_registry():
- return __registry
-
-def get_profile():
- return __profile
+ return _activity_registry