summaryrefslogtreecommitdiffstats
path: root/tests/context.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/context.py')
-rw-r--r--tests/context.py9
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/context.py b/tests/context.py
deleted file mode 100644
index 28eb872..0000000
--- a/tests/context.py
+++ /dev/null
@@ -1,9 +0,0 @@
-# -*- 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 # NOQA