~ubuntu-branches/ubuntu/precise/ubuntuone-control-panel/precise

« back to all changes in this revision

Viewing changes to ubuntuone/controlpanel/gui/qt/tests/__init__.py

  • Committer: Package Import Robot
  • Author(s): Natalia Bidart (nessita)
  • Date: 2012-03-21 14:11:29 UTC
  • mto: This revision was merged to the branch mainline in revision 45.
  • Revision ID: package-import@ubuntu.com-20120321141129-c444j5xs1pf8rsfv
Tags: upstream-2.99.91
ImportĀ upstreamĀ versionĀ 2.99.91

Show diffs side-by-side

added added

removed removed

Lines of Context:
96
96
    """A fake Ui object."""
97
97
 
98
98
    exposed_methods = ['setupUi']
 
99
    raise_attr_error = False
99
100
 
100
101
 
101
102
class FakedControlPanelBackend(FakedObject):