Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/sugar-devel-console
diff options
context:
space:
mode:
Diffstat (limited to 'shell/sugar-devel-console')
-rwxr-xr-xshell/sugar-devel-console9
1 files changed, 9 insertions, 0 deletions
diff --git a/shell/sugar-devel-console b/shell/sugar-devel-console
new file mode 100755
index 0000000..bf679d2
--- /dev/null
+++ b/shell/sugar-devel-console
@@ -0,0 +1,9 @@
+#!/usr/bin/env python
+
+# Sugar developer console launcher
+import os, sys
+from sugar import env
+
+sys.path.insert(0, os.path.join(env.get_data_dir(), 'shell'))
+
+import console.console