~nataliabidart/magicicada-client/fix-travis-ubuntuone-clientdefs

« back to all changes in this revision

Viewing changes to ubuntuone/syncdaemon/__init__.py

  • Committer: Magicicada Bot
  • Author(s): Facundo Batista
  • Date: 2018-04-25 20:17:26 UTC
  • mfrom: (1442.2.3 remove-sync-menu)
  • Revision ID: magicicada_bot-20180425201726-2zmh9i295rai1qj2
[r=nataliabidart] Remove SyncMenu traces - no more UI client except Magicicada own shiny thing.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# Copyright 2009-2012 Canonical Ltd.
2
 
# Copyright 2015-2016 Chicharreros (https://launchpad.net/~chicharreros)
 
2
# Copyright 2015-2018 Chicharreros (https://launchpad.net/~chicharreros)
3
3
#
4
4
# This program is free software: you can redistribute it and/or modify it
5
5
# under the terms of the GNU General Public License version 3, as published
31
31
REQUIRED_CAPS = frozenset(
32
32
    ["no-content", "account-info", "resumable-uploads", "fix462230", "volumes",
33
33
     "generations"])
34
 
 
35
 
 
36
 
# Sync Menu data constants
37
 
RECENT_TRANSFERS = 'recent-transfers'
38
 
UPLOADING = 'uploading'
39
 
DOWNLOADING = 'downloading'