]> gitweb.michael.orlitzky.com - dead/census-tools.git/blob - __init__.py
e526051b145a73c5872cecd440e7d963391a689e
[dead/census-tools.git] / __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__))