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

« back to all changes in this revision

Viewing changes to tests/platform/filesystem_notifications/test_linux.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:
43
43
from ubuntuone.devtools.handlers import MementoHandler
44
44
from ubuntuone.syncdaemon import volume_manager
45
45
from ubuntuone.syncdaemon.tritcask import Tritcask
46
 
from ubuntuone.platform.linux import filesystem_notifications
 
46
from ubuntuone.platform.filesystem_notifications import (
 
47
    linux as filesystem_notifications,
 
48
)
47
49
 
48
50
# We normally access to private attribs in tests
49
51
# pylint: disable=W0212