~alecu/ubuntuone-client/ignore-in-close-write-in-dirs

« back to all changes in this revision

Viewing changes to ubuntuone/syncdaemon/volume_manager.py

- Refactor platform, to move remaining modules inside windows and linux folders.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1626
1626
        .partial to .u1partial.
1627
1627
 
1628
1628
        """
1629
 
        from ubuntuone.platform.linux import allow_writes
1630
1629
        self.log.debug('upgrading from metadata 2 (bogus)')
1631
1630
        for top in self._root_dir, self._shares_dir:
1632
1631
            for dirpath, dirnames, filenames in walk(top):