~mikemc/ubuntuone-control-panel/darwin-needs-qt4reactor

« back to all changes in this revision

Viewing changes to ubuntuone/controlpanel/gui/qt/main/tests/test_main.py

  • Committer: Tarmac
  • Author(s): Roberto Alsina
  • Date: 2012-05-15 15:21:24 UTC
  • mfrom: (320.2.6 fix-983665)
  • Revision ID: tarmac-20120515152124-v06mma4fehkyyi32
- Reverse styling for web buttons in RTL locales (Fixes LP:983665)

Show diffs side-by-side

added added

removed removed

Lines of Context:
62
62
    def installTranslator(self, translator):
63
63
        """Fake installTranslator."""
64
64
        self.translator = translator
 
65
 
 
66
    def isRightToLeft(self):
 
67
        """Fake isRightToLeft."""
 
68
        return False
65
69
    # pylint: enable=C0103
66
70
 
67
71
    def arguments(self):