Convert a bunch of files to use *nix line endings.
[django-tables2.git] / tests / __init__.py
1 # make django-tables available for import for tests
2 import os, sys
3 sys.path.append(os.path.join(os.path.dirname(__file__), '..'))