aboutsummaryrefslogtreecommitdiffstats
path: root/tests/context.py
diff options
context:
space:
mode:
authorLibravatarAgustin Henze <tin@sluc.org.ar>2014-02-28 08:49:41 -0300
committerLibravatarAgustin Henze <tin@sluc.org.ar>2014-02-28 08:49:41 -0300
commit0f1e24f7888ba16fe5629c57fd00f0deacb63e5e (patch)
tree7153a3a11b766f375b1d1c0a7adc599e0a9f9c55 /tests/context.py
parent04fc43563d3d5d4218004690b5e14c19c67bdcbc (diff)
parent2828399ba5cbb14502b023d4de1ba02f13dd5055 (diff)
Merge tag 'upstream/6.3.0'
Upstream version 6.3.0
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