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

« back to all changes in this revision

Viewing changes to magicicadaclient/platform/filesystem_notifications/monitor/windows.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:
63
63
    WaitForMultipleObjects,
64
64
    WAIT_OBJECT_0)
65
65
 
66
 
from ubuntuone.platform.os_helper.windows import (
 
66
from magicicadaclient.platform.os_helper.windows import (
67
67
    get_syncdaemon_valid_path,
68
68
)
69
69
 
70
 
from ubuntuone.platform.filesystem_notifications.pyinotify_agnostic import (
 
70
from magicicadaclient.platform.filesystem_notifications.pyinotify_agnostic import (
71
71
    IN_CREATE,
72
72
    IN_DELETE,
73
73
    IN_MODIFY,