From 2828399ba5cbb14502b023d4de1ba02f13dd5055 Mon Sep 17 00:00:00 2001 From: Agustin Henze Date: Fri, 28 Feb 2014 08:49:38 -0300 Subject: Imported Upstream version 6.3.0 --- tests/context.py | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 tests/context.py (limited to 'tests/context.py') 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 -- cgit v1.2.3