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

« back to all changes in this revision

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

  • Committer: Tarmac
  • Author(s): Diego Sarmentero
  • Date: 2012-05-01 16:25:18 UTC
  • mfrom: (1231.1.2 ubuntuone-client-fsn)
  • Revision ID: tarmac-20120501162518-3d12ueesdzzkrhp3
- Refactor platform/filesystem_notifications (LP: #989125).

Show diffs side-by-side

added added

removed removed

Lines of Context:
70
70
    setup_filesystem_logging,
71
71
    get_filesystem_logger,
72
72
)
73
 
from ubuntuone.platform.linux.filesystem_notifications import (
74
 
    FilesystemMonitor,
75
 
    _GeneralINotifyProcessor,
76
 
)
77
73
from ubuntuone.platform.linux import notification