diff options
Diffstat (limited to 'tests/test_plugin_importing.py')
| -rw-r--r-- | tests/test_plugin_importing.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/test_plugin_importing.py b/tests/test_plugin_importing.py index aaba113..f41a1fd 100644 --- a/tests/test_plugin_importing.py +++ b/tests/test_plugin_importing.py @@ -1,11 +1,8 @@ # -*- coding: utf-8 -*- from __future__ import unicode_literals, absolute_import -# 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__), '..')) import unittest |
