source: trunk/misc/operations_helpers/provisioning/util.py

Last change on this file was fe1df149, checked in by Brian Warner <warner@…>, at 2012-02-16T22:29:05Z

make provisioning/reliability work in the new location, fix tests

  • Property mode set to 100644
File size: 118 bytes
Line 
1
2import os.path
3
4def sibling(filename):
5    return os.path.join(os.path.dirname(os.path.abspath(__file__)), filename)
Note: See TracBrowser for help on using the repository browser.