~diegosarmentero/ubuntuone-client/darwin2-fsevents

« back to all changes in this revision

Viewing changes to ubuntuone/platform/credentials/__init__.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
# -*- coding: utf-8 -*-
2
2
#
3
 
# Author: Natalia B. Bidart <natalia.bidart@canonical.com>
4
 
# Author: Manuel de la Pena<manuel@canonical.com>
5
 
#
6
3
# Copyright 2011-2012 Canonical Ltd.
7
4
#
8
5
# This program is free software: you can redistribute it and/or modify it
57
54
    CustomRotatingFileHandler,
58
55
    log_call,
59
56
)
60
 
from ubuntuone.platform.xdg_base_directory import ubuntuone_log_dir
 
57
from ubuntuone.platform.logger import ubuntuone_log_dir
61
58
 
62
59
LOG_LEVEL = logging.DEBUG
63
60
path = os.path.join(ubuntuone_log_dir, 'credentials.log')