Fix to use emulator
This commit is contained in:
parent
eb48752a97
commit
cfa8c980b5
13
tests/test-snowflake-box.py
Normal file → Executable file
13
tests/test-snowflake-box.py
Normal file → Executable file
@ -16,18 +16,13 @@
|
|||||||
# along with this program; if not, write to the Free Software
|
# along with this program; if not, write to the Free Software
|
||||||
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
# 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 sys
|
||||||
import random
|
import random
|
||||||
|
|
||||||
|
import pygtk
|
||||||
|
pygtk.require('2.0')
|
||||||
|
|
||||||
|
import gobject
|
||||||
import gtk
|
import gtk
|
||||||
import hippo
|
import hippo
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user