Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2006-10-24 23:14:48 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2006-10-24 23:14:48 (GMT)
commitcfa8c980b5e0d7a6b1cf4e18367c61b5dcba09cd (patch)
treeb082f8ba65bc4b13d7b9cd2ef5d8499ba2676fe2 /tests
parenteb48752a97994083152202c745987f55b37d6a3b (diff)
Fix to use emulator
Diffstat (limited to 'tests')
-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