~ubuntuone-control-tower/ubuntuone-dev-tools/stable-4-2

« back to all changes in this revision

Viewing changes to ubuntuone/devtools/reactors/qt4.py

  • Committer: Tarmac
  • Author(s): Rodney Dawes
  • Date: 2012-10-19 13:41:49 UTC
  • mfrom: (97.1.1 run-with-flakes)
  • Revision ID: tarmac-20121019134149-ekb8l2q8ta6wghjv
Remove deprecated ubuntuone.devtools.testcase module.
Update deprecated module usage to use ubuntuone.devtools.testcases package.
Fix some warnings from pyflakes.
Run u1lint with pyflakes as well as pylint in run-tests.

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
        # pylint: disable=W0612
42
42
        app = QApplication(sys.argv)
43
43
        # pylint: enable=W0612
44
 
 
 
44
        assert(app)
45
45
    try:
46
46
        qt4reactor = __import__('qt4reactor', None, None, [''])
47
47
    except ImportError: