From 61077f3fa478a5329ddd4acb12212d1241de4b10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C4=9Bj=20Cepl?= Date: Wed, 21 Nov 2018 17:45:50 +0100 Subject: Fix failing tests (both py2K and py3k) Fixes #48 --- examples/test_bibparse.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/test_bibparse.py') diff --git a/examples/test_bibparse.py b/examples/test_bibparse.py index 7440a66..78f5bb7 100644 --- a/examples/test_bibparse.py +++ b/examples/test_bibparse.py @@ -3,8 +3,8 @@ from os.path import join as pjoin, dirname from pyparsing import ParseException -from btpyparse import Macro -import btpyparse as bp +from .btpyparse import Macro +from . import btpyparse as bp from nose.tools import assert_true, assert_false, assert_equal, assert_raises -- cgit v1.2.1