13 lines
168 B
Python
Executable File
13 lines
168 B
Python
Executable File
#!/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
|