tahoe-lafs/misc/operations_helpers/provisioning/util.py

6 lines
118 B
Python

import os.path
def sibling(filename):
return os.path.join(os.path.dirname(os.path.abspath(__file__)), filename)