~facundo/ubuntuone-client/lr-file-deletion-564774

« back to all changes in this revision

Viewing changes to ubuntuone/syncdaemon/action_queue.py

  • Committer: Tarmac
  • Author(s): guillermo.gonzalez at canonical
  • Date: 2010-04-09 02:18:16 UTC
  • mfrom: (477.1.1 revert-logger-api-changes)
  • Revision ID: john.lenton@canonical.com-20100409021816-9encigxfxwvyg0tc
Revert ubuntuone.syncdaemon.logger api changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
)
54
54
from ubuntuone.storageprotocol.context import get_ssl_context
55
55
from ubuntuone.syncdaemon.interfaces import IActionQueue, IMarker
56
 
from ubuntuone.syncdaemon.logger import mklog
57
 
from ubuntuone.logger import TRACE
 
56
from ubuntuone.syncdaemon.logger import mklog, TRACE
58
57
 
59
58
logger = logging.getLogger("ubuntuone.SyncDaemon.ActionQueue")
60
59