~ubuntuone-control-tower/ubuntuone-client/trunk

« back to all changes in this revision

Viewing changes to ubuntuone/platform/sync_menu/common.py

  • Committer: Tarmac
  • Author(s): Rodney Dawes
  • Date: 2013-02-01 16:48:10 UTC
  • mfrom: (1381.2.1 dummy-args)
  • Revision ID: tarmac-20130201164810-r7xp83prx1eypx2n
Use only one dummy menu implementation.

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
 
32
32
class UbuntuOneSyncMenu(object):
33
33
    """Integrate U1 with the Ubuntu Sync Menu."""
34
 
    def __init__(self, status, syncdaemon_service):
 
34
    def __init__(self, *args, **kwargs):
35
35
        """Match #args of linux syncmenu and do nothing."""
36
36
 
37
 
    def update_transfers(self):
 
37
    def update_transfers(self, *args, **kwargs):
38
38
        """Do nothing."""
39
39
 
40
 
    def sync_status_changed(self, status):
 
40
    def sync_status_changed(self, *args, **kwargs):
41
41
        """Do nothing."""