Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tests/test-snowflake-box.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-snowflake-box.py')
-rwxr-xr-x[-rw-r--r--]tests/test-snowflake-box.py13
1 files changed, 4 insertions, 9 deletions
diff --git a/tests/test-snowflake-box.py b/tests/test-snowflake-box.py
index 8666743..e3418a8 100644..100755
--- a/tests/test-snowflake-box.py
+++ b/tests/test-snowflake-box.py
@@ -16,18 +16,13 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
-import pygtk
-pygtk.require('2.0')
-import gobject
-
-from sugar.session.UITestSession import UITestSession
-
-session = UITestSession()
-session.start()
-
import sys
import random
+import pygtk
+pygtk.require('2.0')
+
+import gobject
import gtk
import hippo