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

« back to all changes in this revision

Viewing changes to magicicadaclient/keyring.py

  • Committer: Magicicada Bot
  • Author(s): Natalia
  • Date: 2018-05-30 23:22:37 UTC
  • mfrom: (1444.1.1 trunk)
  • Revision ID: magicicada_bot-20180530232237-caww40vavif7wf97
[r=facundo] - Rename python package to magicicadaclient.

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
 
45
45
from twisted.internet.defer import inlineCallbacks, returnValue
46
46
 
47
 
from ubuntuone.clientdefs import NAME
48
 
from ubuntuone.utils import compat
49
 
from ubuntuone.utils.txsecrets import SecretService
 
47
from magicicadaclient.clientdefs import NAME
 
48
from magicicadaclient.utils import compat
 
49
from magicicadaclient.utils.txsecrets import SecretService
50
50
 
51
51
 
52
52
logger = logging.getLogger(__name__)