~loic.molinari/ubuntu-ui-toolkit/uitk-quad

« back to all changes in this revision

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

  • Committer: Leonardo Arias Fonseca
  • Date: 2015-04-14 21:02:06 UTC
  • mto: This revision was merged to the branch mainline in revision 1485.
  • 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:
113
113
class ComposerSheet(_common.UbuntuUIToolkitCustomProxyObjectBase):
114
114
    """ComposerSheet Autopilot custom proxy object."""
115
115
 
116
 
    def __init__(self, *args):
117
 
        super(ComposerSheet, self).__init__(*args)
118
 
 
119
116
    @autopilot_logging.log_action(logger.info)
120
117
    def confirm(self):
121
118
        """Confirm the composer sheet."""