Fix the theme test

This commit is contained in:
Marco Pesenti Gritti 2006-10-17 18:00:02 +02:00
parent b1db1366e0
commit 157d702ad1

5
tests/test-theme.py Normal file → Executable file
View File

@ -19,11 +19,6 @@
import pygtk import pygtk
pygtk.require('2.0') pygtk.require('2.0')
from sugar.session.UITestSession import UITestSession
session = UITestSession()
session.start()
import gtk import gtk
# Main window # Main window