~dobey/ubuntu/oneiric/ubuntuone-control-panel/release-113

« back to all changes in this revision

Viewing changes to ubuntuone/controlpanel/replication_client.py

  • Committer: Sebastien Bacher
  • Date: 2011-07-25 13:17:38 UTC
  • mfrom: (25.1.2 ubuntuone-control-panel)
  • Revision ID: seb128@ubuntu.com-20110725131738-yuevatnd859d1phs
Tags: 1.1.1-0ubuntu1
releasing version 1.1.1-0ubuntu1

Show diffs side-by-side

added added

removed removed

Lines of Context:
57
57
    if replication_module is None:
58
58
        # delay import in case DC is not installed at module import time
59
59
        # Unable to import 'desktopcouch.application.replication_services'
60
 
        # pylint: disable=W0404
 
60
        # pylint: disable=W0404,F0401
61
61
        from desktopcouch.application.replication_services \
62
62
            import ubuntuone as replication_module
63
63
    try: