Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/services/console/sugar-console
blob: af709a63a3bd413841a7840d1fe11a411d700ea8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/env python

import pygtk
pygtk.require('2.0')

import os
import sys
from sugar import env 

sys.path.append(env.get_service_path('console'))

import console