]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit - src/allmydata/test/test_system.py
Replace uses of os.path.abspath with abspath_expanduser_unicode where necessary....
authordavid-sarah <david-sarah@jacaranda.org>
Thu, 22 Jul 2010 00:14:18 +0000 (17:14 -0700)
committerdavid-sarah <david-sarah@jacaranda.org>
Thu, 22 Jul 2010 00:14:18 +0000 (17:14 -0700)
commit618db4867c68a6f9e8a45f6d3779553e544b1265
tree477a25ff7ff7d3ef0709408efc7aa356240056e6
parent11b18824c7ff3237f4ed0122bcb24fe10b076be0
Replace uses of os.path.abspath with abspath_expanduser_unicode where necessary. This makes basedir paths consistently represented as Unicode.
13 files changed:
src/allmydata/node.py
src/allmydata/scripts/backupdb.py
src/allmydata/scripts/create_node.py
src/allmydata/scripts/debug.py
src/allmydata/scripts/keygen.py
src/allmydata/scripts/tahoe_backup.py
src/allmydata/scripts/tahoe_cp.py
src/allmydata/test/check_grid.py
src/allmydata/test/check_memory.py
src/allmydata/test/test_cli.py
src/allmydata/test/test_encodingutil.py
src/allmydata/test/test_runner.py
src/allmydata/test/test_system.py