Split classes out of shell.py

This commit is contained in:
Marco Pesenti Gritti
2006-07-06 23:34:23 +02:00
parent 270bb8aaf6
commit ba09278c67
4 changed files with 50 additions and 550 deletions
+3 -2
View File
@@ -6,9 +6,10 @@ import pygtk
pygtk.require('2.0')
import gtk
from shell import Shell
from sugar import env
from sugar.activity import Activity
from sugar import env
from Shell import Shell
class Session:
def __init__(self):