fix py.test

This commit is contained in:
Yury Selivanov 2013-10-08 16:00:00 -04:00
parent 3f5bf4c7c7
commit bdae7bb11b
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
##
from .base import BaseTest
from csscompressor.tests.base import BaseTest
class Tests(BaseTest):

View File

@ -6,7 +6,7 @@
##
from .base import BaseTest
from csscompressor.tests.base import BaseTest
class TestYUI(BaseTest):