From bdae7bb11ba5a495cb43769469f7bb49933a7691 Mon Sep 17 00:00:00 2001 From: Yury Selivanov Date: Tue, 8 Oct 2013 16:00:00 -0400 Subject: [PATCH] fix py.test --- csscompressor/tests/test_other.py | 2 +- csscompressor/tests/test_yui.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/csscompressor/tests/test_other.py b/csscompressor/tests/test_other.py index bd2df00..a8fb608 100644 --- a/csscompressor/tests/test_other.py +++ b/csscompressor/tests/test_other.py @@ -6,7 +6,7 @@ ## -from .base import BaseTest +from csscompressor.tests.base import BaseTest class Tests(BaseTest): diff --git a/csscompressor/tests/test_yui.py b/csscompressor/tests/test_yui.py index b154764..a0d6715 100644 --- a/csscompressor/tests/test_yui.py +++ b/csscompressor/tests/test_yui.py @@ -6,7 +6,7 @@ ## -from .base import BaseTest +from csscompressor.tests.base import BaseTest class TestYUI(BaseTest):