~nick-dedekind/ubuntu-ui-toolkit/prevent-slider-mouse-stealing

« back to all changes in this revision

Viewing changes to tests/autopilot/ubuntuuitoolkit/_custom_proxy_objects/_header.py

  • Committer: Leonardo Arias Fonseca
  • Date: 2015-04-14 21:02:06 UTC
  • mto: (1000.471.4 staging)
  • mto: This revision was merged to the branch mainline in revision 1178.
  • Revision ID: leo.arias@canonical.com-20150414210206-mdnp0ul72iqnj089
Removed python2 support from autopilot tests and helpers.

Show diffs side-by-side

added added

removed removed

Lines of Context:
268
268
            'Header is an internal QML component of Ubuntu.Components and '
269
269
            'its API may change or be removed at any moment. Please use '
270
270
            'MainView and Page instead.')
271
 
        super(Header, self).__init__(*args)
 
271
        super().__init__(*args)