From 9817ec3e47bca8fba9a7cac56d785e9d644f7473 Mon Sep 17 00:00:00 2001 From: Lorry Tar Creator Date: Mon, 30 Jun 2014 23:17:28 +0000 Subject: Imported from /home/lorry/working-area/delta_python-packages_python-rfc3986/rfc3986-0.2.0.tar.gz. --- tests/conftest.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 tests/conftest.py (limited to 'tests/conftest.py') diff --git a/tests/conftest.py b/tests/conftest.py new file mode 100644 index 0000000..ba44dad --- /dev/null +++ b/tests/conftest.py @@ -0,0 +1,4 @@ +# -*- coding: utf-8 -*- +import sys + +sys.path.insert(0, '.') -- cgit v1.2.1