~om26er/ubuntu-ui-toolkit/screen_unlock

« back to all changes in this revision

Viewing changes to tests/autopilot/ubuntuuitookit/tests/test_emulators.py

  • Committer: Leo Arias
  • Date: 2013-07-23 22:13:26 UTC
  • mto: This revision was merged to the branch mainline in revision 653.
  • Revision ID: leo.arias@canonical.com-20130723221326-axefhq2ufgsusx5s
Renamed the package UbuntuUiToolkit to ubuntuuitoolkit.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
 
17
17
import mock
18
18
 
19
 
from UbuntuUiToolkit import tests
20
 
from UbuntuUiToolkit import emulators
 
19
from ubuntuuitoolkit import emulators, tests
21
20
 
22
21
 
23
22
class MainViewTestCase(tests.UbuntuUiToolkitTestCase):