Changed the import to import from category_import

This commit is contained in:
Corey Oordt 2011-02-14 11:13:34 -05:00
parent 74d9910a4c
commit 6aad1c44cc

View file

@ -1,4 +1,4 @@
from categories.tests import views
from categories.tests.category_import import *
from categories.tests.templatetags import *
__fixtures__ = ['categories.json']