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

« back to all changes in this revision

Viewing changes to ubuntuone/platform/__init__.py

- Refactor os_helper (LP: #989128).

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
    from ubuntuone.platform import linux
44
44
    source = linux
45
45
 
46
 
# This imports needs to be here in order to belongs to this namespace
 
46
# This imports needs to be here in order to be included in this namespace
47
47
from ubuntuone.platform import credentials
48
48
from ubuntuone.platform import tools
49
49