~trent-trentonadams/backintime/human-readable

« back to all changes in this revision

Viewing changes to common/tools.py

  • Committer: Dan
  • Date: 2010-11-16 20:32:10 UTC
  • Revision ID: dan@le-web.org-20101116203210-pilko62g5s9yg3z2
Fix bug: https://bugs.launchpad.net/backintime/+bug/676223

Show diffs side-by-side

added added

removed removed

Lines of Context:
400
400
                                        
401
401
#
402
402
#
403
 
class UniquenessSet():
 
403
class UniquenessSet:
404
404
    '''a class to check for uniqueness of snapshots of the same [item]'''
405
405
    
406
406
    def __init__(self, dc = False, follow_symlink = False):