New developer-console
This commit is contained in:
committed by
Marco Pesenti Gritti
parent
9a7518f230
commit
d51031d882
Executable
+9
@@ -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
|
||||
Reference in New Issue
Block a user