~brian.curtin/ubuntu-sso-client/py3-iter-removal

« back to all changes in this revision

Viewing changes to ubuntu_sso/qt/tests/test_arrow.py

  • Committer: Brian Curtin
  • Date: 2012-06-22 20:28:49 UTC
  • mfrom: (972.2.2 ubuntu-sso-client-iter)
  • Revision ID: brian.curtin@canonical.com-20120622202849-rtueougc324et7ki
Merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
96
96
        arrow = QArrow(QArrow.RIGHT)
97
97
        self.patch(arrow, 'style', self.style)
98
98
 
99
 
        for key, value in directions_map.iteritems():
 
99
        for key, value in directions_map.items():
100
100
            self.style.called = []
101
101
            arrow.direction = key
102
102
            arrow.paintEvent(None)