aboutsummaryrefslogtreecommitdiffstats
path: root/tests/base.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/base.py')
-rw-r--r--tests/base.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/base.py b/tests/base.py
index c22fbb2..a244f6a 100644
--- a/tests/base.py
+++ b/tests/base.py
@@ -9,11 +9,8 @@
__all__ = ["BaseTestCase", "cd", "LocaleSupportInTesting"]
-# This code is so you can run the samples without installing the package,
-# and should be before any import touching nikola, in any file under tests/
import os
import sys
-sys.path.insert(0, os.path.join(os.path.dirname(__file__), '..'))
from contextlib import contextmanager