]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/blob - misc/operations_helpers/provisioning/util.py
make provisioning/reliability work in the new location, fix tests
[tahoe-lafs/tahoe-lafs.git] / misc / operations_helpers / provisioning / util.py
1
2 import os.path
3
4 def sibling(filename):
5     return os.path.join(os.path.dirname(os.path.abspath(__file__)), filename)