~dobey/ubuntuone-client/fix-test-fails

« back to all changes in this revision

Viewing changes to ubuntuone/platform/windows/filesystem_notifications.py

- Refactor os_helper (LP: #989128).

Show diffs side-by-side

added added

removed removed

Lines of Context:
78
78
    IN_MOVED_FROM,
79
79
    IN_MOVED_TO,
80
80
    IN_MODIFY)
81
 
from ubuntuone.platform.windows.os_helper import (
 
81
from ubuntuone.platform.os_helper.windows import (
82
82
    is_valid_syncdaemon_path,
83
83
    is_valid_windows_path,
84
84
    get_syncdaemon_valid_path,