From cae78d70415923c0deabd518f23dc534f11cfacd Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Mon, 08 Jan 2007 17:06:59 +0000 Subject: Rework the console to use autoactivation, move it in services/ --- (limited to 'shell/sugar-devel-console') 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 -- cgit v0.9.1