tests: import momo update manifest management module

This commit is contained in:
Frédéric Péters 2016-12-17 20:36:38 +01:00
parent 4c3138a5c4
commit 32a4aac3e1
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ from webtest import TestApp
from django.conf import settings
from combo.data.models import Page, CellBase, TextCell, LinkCell, FeedCell
from combo.apps.momo.management.commands.update_momo_manifest import Command as UpdateCommand
from .test_manager import login, admin_user