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

« back to all changes in this revision

Viewing changes to magicicadaclient/platform/filesystem_notifications/notify_processor/linux.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:
33
33
import pyinotify
34
34
from twisted.internet import reactor, error
35
35
 
36
 
from ubuntuone.syncdaemon.filesystem_notifications import (
 
36
from magicicadaclient.syncdaemon.filesystem_notifications import (
37
37
    GeneralINotifyProcessor,
38
38
)
39
39