Don't make cms.djangoapps a python module

This commit is contained in:
Calen Pennington
2013-03-15 10:50:46 -04:00
parent fb8352e2cc
commit fd3ba7db2a
9 changed files with 23 additions and 25 deletions

View File

@@ -1,4 +1,4 @@
from cms.djangoapps.contentstore import utils
from contentstore import utils
import mock
from django.test import TestCase