Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/sugar-devel-console
blob: 707f83443b973ff8fd5c1b5820b4bc7ddb39b976 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/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