~josharenson/+junk/SimplePerf

« back to all changes in this revision

Viewing changes to app/tests/autopilot/SimplePerf/__init__.py

  • Committer: josharenson
  • Date: 2014-07-03 21:02:35 UTC
  • Revision ID: joshua.arenson@canonical.com-20140703210235-u7j88smaiz0a4eyh
Checkpoint for IRC test/debug

Show diffs side-by-side

added added

removed removed

Lines of Context:
68
68
 
69
69
    @property
70
70
    def main_view(self):
71
 
        return self.app.select_single(emulators.MainView)
 
71
        self.app.select_single(SimplePerf)
 
72
 
 
73
    class SimplePerf(emulators.MainView):
 
74
        pass