~rodrigo-moya/ubuntuone-client/remove-share-with

« 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-06 17:55:33 UTC
  • mfrom: (473.3.1 fix-554454)
  • Revision ID: rodrigo@baqueira-20100406175533-o0ztm1hlrxzuzbrw
Move ubuntuone.syncdaemon.logger helpers to ubuntuone.logger.

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, TRACE
 
56
from ubuntuone.syncdaemon.logger import mklog
 
57
from ubuntuone.logger import TRACE
57
58
 
58
59
logger = logging.getLogger("ubuntuone.SyncDaemon.ActionQueue")
59
60