~alecu/ubuntuone-client/ignore-in-close-write-in-dirs

« back to all changes in this revision

Viewing changes to tests/platform/filesystem_notifications/test_windows.py

- Refactor platform, to move remaining modules inside windows and linux folders.

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
from contrib.testing.testcase import BaseTwistedTestCase
44
44
from ubuntuone.devtools.handlers import MementoHandler
45
45
from ubuntuone.platform.os_helper import windows as os_helper
46
 
from ubuntuone.platform.windows.pyinotify import (
 
46
from ubuntuone.platform.filesystem_notifications.pyinotify_agnostic import (
47
47
    ProcessEvent,
48
48
    IN_CLOSE_WRITE,
49
49
    IN_CREATE,