~facundo/ubuntuone-client/fix-failure-handling

« back to all changes in this revision

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

- Refactor ubuntuone platform/event_logging into submodule ( LP: 989120 ) 

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
platform = "win32"
37
37
 
38
38
 
39
 
import event_logging
40
39
import logger
41
40
 
42
41
from ubuntuone.platform.os_helper import (
70
69
    stat_path,
71
70
    walk,
72
71
)
73
 
from ubuntuone.platform.windows import event_logging
 
72
 
74
73
from ubuntuone.platform.windows.logger import (
75
74
    setup_filesystem_logging,
76
75
    get_filesystem_logger,