Rework the console to use autoactivation, move it in services/

This commit is contained in:
Marco Pesenti Gritti
2007-01-08 18:06:59 +01:00
parent 764eee81e5
commit cae78d7041
54 changed files with 83 additions and 98 deletions
+11
View File
@@ -0,0 +1,11 @@
#!/usr/bin/env python
import pygtk
pygtk.require('2.0')
import os, sys
from sugar import env
sys.path.insert(0, os.path.join(env.get_data_dir(), 'services/console'))
import console