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 | |
---|---|
|
|
File size: 118 bytes |
Line | |
---|---|
1 | |
2 | import os.path |
3 | |
4 | def 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.