~diegosarmentero/ubuntuone-client/darwin2-fsevents

« back to all changes in this revision

Viewing changes to ubuntuone/syncdaemon/logger.py

  • Committer: Diego Sarmentero
  • Date: 2012-06-22 14:07:26 UTC
  • mfrom: (1261.2.3 ubuntuone-client)
  • Revision ID: diego.sarmentero@canonical.com-20120622140726-3m0w05qwslv24x8d
merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# ubuntuone.syncdaemon.logger - logging utilities
2
2
#
3
 
# Author: Guillermo Gonzalez <guillermo.gonzalez@canonical.com>
4
 
#
5
3
# Copyright 2009-2012 Canonical Ltd.
6
4
#
7
5
# This program is free software: you can redistribute it and/or modify it
45
43
    Logger,
46
44
    MultiFilter,
47
45
)
48
 
from ubuntuone.platform.xdg_base_directory import ubuntuone_log_dir
 
46
from ubuntuone.platform.logger import ubuntuone_log_dir
49
47
# api compatibility imports
50
48
from ubuntuone import logger
51
49
from ubuntuone.platform import get_filesystem_logger, setup_filesystem_logging