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-console12
1 files changed, 0 insertions, 12 deletions
diff --git a/shell/sugar-devel-console b/shell/sugar-devel-console
deleted file mode 100755
index 707f834..0000000
--- a/shell/sugar-devel-console
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/usr/bin/env python
-
-# Sugar developer console launcher
-import pygtk
-pygtk.require('2.0')
-
-import os, sys
-from sugar import env
-
-sys.path.insert(0, os.path.join(env.get_data_dir(), 'shell'))
-
-import console.console