]> gitweb.michael.orlitzky.com - dead/census-tools.git/blob - src/Tests/Fixtures/__init__.py
Initial commit.
[dead/census-tools.git] / src / Tests / Fixtures / __init__.py
1 # Compute the absolute Fixtures path here, so the tests
2 # don't have to worry about it.
3 import os
4
5 def Path():
6 return os.path.dirname(os.path.realpath(__file__))