Workaround for Python 2.5 time.master
commit101cb7dc0f349b2474a350ae22a43306203a81b0
authorDavid Brown <asure@davidb.org>
Thu, 24 Jul 2008 15:42:03 +0000 (24 08:42 -0700)
committerDavid Brown <asure@davidb.org>
Thu, 24 Jul 2008 15:42:03 +0000 (24 08:42 -0700)
tree3f122bb1b6c23480978a9cb6eec4ed3460af3cdb
parentcdce9b73987a93b07b0cdb7541dc028d2ccbec36
Workaround for Python 2.5 time.

Python 2.5 os.lstat now returns sub-second time resolution on
filesystems that support this.  Since GNU tar only stores the seconds,
this can cause backups to appear to have large numbers of errors.  For
now, work around this by only comparing the integer portion of the
time.
assurance/main.py