From 9c5708cc92af894e414bc76ee35ec2230de5d288 Mon Sep 17 00:00:00 2001 From: Agustin Henze Date: Wed, 2 Jan 2013 08:35:03 -0300 Subject: Imported Upstream version 5.1 --- tests/context.py | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 tests/context.py (limited to 'tests/context.py') diff --git a/tests/context.py b/tests/context.py new file mode 100644 index 0000000..f292b79 --- /dev/null +++ b/tests/context.py @@ -0,0 +1,9 @@ +# -*- coding: utf-8 -*- + +# Path hack as shown by Kenneth Reitz at http://kennethreitz.com/repository-structure-and-python.html + +import os +import sys +sys.path.insert(0, os.path.abspath('..')) + +import nikola -- cgit v1.2.3