sugar-toolkit-gtk3/services/console/sugar-console
Marco Pesenti Gritti 2d9a06ec9a Add the root path of the services to python path, not services/.
Get rid of the now useless env.get_services_dir
2007-03-09 12:32:32 +01:00

13 lines
192 B
Python
Executable File

#!/usr/bin/env python
import pygtk
pygtk.require('2.0')
import os
import sys
from sugar import env
sys.path.insert(0, os.path.join(env.get_data_dir(), 'services/console'))
import console