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

« back to all changes in this revision

Viewing changes to magicicadaclient/syncdaemon/local_rescan.py

  • Committer: Natalia
  • Date: 2018-05-19 20:44:54 UTC
  • mto: This revision was merged to the branch mainline in revision 1445.
  • Revision ID: natalia.bidart@ubuntu.com-20180519204454-fliiqyexj67r7fp9
- Rename python package to magicicadaclient.

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
import os
36
36
import stat
37
37
 
38
 
from ubuntuone.syncdaemon import volume_manager
39
 
from ubuntuone.syncdaemon.volume_manager import (
 
38
from magicicadaclient.syncdaemon import volume_manager
 
39
from magicicadaclient.syncdaemon.volume_manager import (
40
40
    ACCESS_LEVEL_RO,
41
41
    ACCESS_LEVEL_RW,
42
42
)
43
 
from ubuntuone.syncdaemon.filesystem_manager import get_stat
 
43
from magicicadaclient.syncdaemon.filesystem_manager import get_stat
44
44
from twisted.internet import defer, reactor
45
45
 
46
 
from ubuntuone.syncdaemon.interfaces import IMarker
47
 
from ubuntuone.platform import (
 
46
from magicicadaclient.syncdaemon.interfaces import IMarker
 
47
from magicicadaclient.platform import (
48
48
    access,
49
49
    is_link,
50
50
    listdir,