~ubuntu-docviewer-dev/ubuntu-docviewer-app/lo-viewer

« back to all changes in this revision

Viewing changes to tests/autopilot/ubuntu_docviewer_app/tests/__init__.py

  • Committer: Akiva Abraham
  • Date: 2014-10-06 12:32:56 UTC
  • mfrom: (32 trunk)
  • mto: This revision was merged to the branch mainline in revision 33.
  • Revision ID: akiva@linux.com-20141006123256-bhtpxgpijyytep40
MergedĀ fromĀ Trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
        scenarios = [('with touch', dict(input_device_class=Touch))]
28
28
 
29
29
    local_location = "../../ubuntu-docviewer-app.qml"
30
 
    sample_dir = "/usr/lib/python2.7/dist-packages/"
 
30
    sample_dir = "/usr/lib/python3/dist-packages/"
31
31
 
32
32
    def setUp(self):
33
33
        self.pointing_device = Pointer(self.input_device_class.create())