~peer.loz/sbackup/next

« back to all changes in this revision

Viewing changes to src/sbackup/core/report.py

  • Committer: Jean-Peer Lorenz
  • Date: 2014-07-30 19:49:17 UTC
  • Revision ID: peer.loz@gmx.net-20140730194917-yxpfu2py4fhi91zn
clean up

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
 
23
23
"""
24
24
 
25
 
from sbackup.util import constants
26
25
from sbackup.util.log import Logger
27
26
 
28
27