4 lines
147 B
Python
4 lines
147 B
Python
from django.utils.translation import ugettext_lazy as _
|
|
from cms.wizards.wizard_base import Wizard
|
|
from cms.wizards.wizard_pool import wizard_pool
|