From dcf78718d3761e222a8f62f6c2b3a3f215584d45 Mon Sep 17 00:00:00 2001 From: Andi Albrecht Date: Thu, 30 Apr 2009 06:58:49 +0200 Subject: Turn relative import in tests module to absolute imports. --- tests/test_split.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test_split.py') diff --git a/tests/test_split.py b/tests/test_split.py index 782b226..5146bcb 100644 --- a/tests/test_split.py +++ b/tests/test_split.py @@ -4,7 +4,7 @@ import unittest -from utils import load_file, TestCaseBase +from tests.utils import load_file, TestCaseBase import sqlparse -- cgit v1.2.1