]> arthur.barton.de Git - bup.git/commit - lib/bup/t/thelpers.py
Move stat-related work to bup.xstat; add xstat.stat.
authorRob Browning <rlb@defaultvalue.org>
Sun, 24 Oct 2010 23:43:03 +0000 (18:43 -0500)
committerRob Browning <rlb@defaultvalue.org>
Sun, 24 Oct 2010 23:56:34 +0000 (18:56 -0500)
commit955caf0b2c1fea079130ec888848462cad64c524
treeeae077ec8d0af10f37822ebf9cadf2f82bb630dc
parentfdae3a6a7f4a0d5f9fcde8124686eb09dd4cace0
Move stat-related work to bup.xstat; add xstat.stat.

Move helpers FSTime, lstat, fstat, lutime, lutime, and utime to a new
lib/bup/xstat.py file so that we can add a stat() definition that
won't conflict with the Python stat module when other code calls "from
bup.helpers import *".  Move xstat related tests to
lub/bup/t/txstat.py.

Add xstat.stat() based on _helpers.stat().
lib/bup/_helpers.c
lib/bup/helpers.py
lib/bup/metadata.py
lib/bup/t/thelpers.py
lib/bup/t/txstat.py [new file with mode: 0644]
lib/bup/xstat.py [new file with mode: 0644]