From 5ec02211214350ee558fd9f6bb052264fd24f75e Mon Sep 17 00:00:00 2001 From: Agustin Henze Date: Tue, 21 Oct 2014 10:33:15 -0300 Subject: Imported Upstream version 7.1.0 --- tests/test_command_init.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'tests/test_command_init.py') diff --git a/tests/test_command_init.py b/tests/test_command_init.py index d2171f8..9270497 100644 --- a/tests/test_command_init.py +++ b/tests/test_command_init.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 import mock -- cgit v1.2.3