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

« back to all changes in this revision

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

- Refactor os_helper (LP: #989128).

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
    SetFileAttributesW
52
52
)
53
53
 
54
 
from ubuntuone.platform.windows import os_helper
55
 
from ubuntuone.platform.windows.os_helper import (
 
54
from ubuntuone.platform.os_helper import windows as os_helper
 
55
from ubuntuone.platform.os_helper.windows import (
56
56
    _set_file_attributes,
57
57
    _unicode_to_bytes,
58
58
    EVERYONE_SID,
70
70
    set_no_rights,
71
71
    WINDOWS_ILLEGAL_CHARS_MAP,
72
72
)
73
 
from tests.platform.test_os_helper import OSWrapperTests, WalkTests
 
73
from tests.platform.os_helper.test_os_helper import OSWrapperTests, WalkTests
74
74
 
75
75
 
76
76
# ugly trick to stop pylint for complaining about