Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar/session/TestSession.py
diff options
context:
space:
mode:
Diffstat (limited to 'sugar/session/TestSession.py')
-rw-r--r--sugar/session/TestSession.py9
1 files changed, 9 insertions, 0 deletions
diff --git a/sugar/session/TestSession.py b/sugar/session/TestSession.py
new file mode 100644
index 0000000..12fb639
--- /dev/null
+++ b/sugar/session/TestSession.py
@@ -0,0 +1,9 @@
+from sugar.session.DbusProcess import DbusProcess
+from sugar import env
+
+class TestSession:
+ def start(self):
+ env.setup_python_path()
+
+ process = DbusProcess()
+ process.start()