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

« back to all changes in this revision

Viewing changes to ubuntuone/platform/windows/__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:
38
38
 
39
39
import constants
40
40
import event_logging
41
 
import filesystem_notifications
42
41
import launcher
43
42
import logger
44
43
import messaging
80
79
    setup_filesystem_logging,
81
80
    get_filesystem_logger,
82
81
)
83
 
from ubuntuone.platform.windows.filesystem_notifications import (
84
 
    FilesystemMonitor,
85
 
    NotifyProcessor as _GeneralINotifyProcessor,
86
 
)
87
82
from ubuntuone.platform.windows import notification