~om26er/dialer-app/simply_smart_dialing_test

« back to all changes in this revision

Viewing changes to tests/autopilot/dialer_app/emulators.py

  • Committer: iftikhar.ahmad at canonical
  • Date: 2014-01-27 11:47:19 UTC
  • Revision ID: iftikhar.ahmad@canonical.com-20140127114719-xg4ogmw6i7m2fwbj
fix the pyflakes and pep8 warnings

Show diffs side-by-side

added added

removed removed

Lines of Context:
77
77
            "X": "buttonNine",
78
78
            "Y": "buttonNine",
79
79
            "Z": "buttonNine",
80
 
        } 
 
80
        }
81
81
        return self.select_single("KeypadButton",
82
82
                                  objectName=buttonsDict[letter.upper()])
83
83