Moved attract.shots to attract.shots_and_assets

Assets are going to be pretty much the same thing as shots, with a few
different properties. Hooks and much other code can be reused.
This commit is contained in:
2016-11-09 13:00:07 +01:00
parent 2bb332c58a
commit 88a4a2fab3
5 changed files with 7 additions and 7 deletions

View File

@@ -407,7 +407,7 @@ class RequiredAfterCreationTest(AbstractShotTest):
class ProjectSummaryTest(unittest.TestCase):
def setUp(self):
from attract.shots import ProjectSummary
from attract.shots_and_assets import ProjectSummary
self.summ = ProjectSummary()
self.summ.count(u'todo')