New developer-console

This commit is contained in:
Eduardo Silva
2006-11-16 09:09:07 -03:00
committed by Marco Pesenti Gritti
parent 9a7518f230
commit d51031d882
34 changed files with 927 additions and 18 deletions
+9
View File
@@ -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