File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
backend/src/tagung/plone/de Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 33from plone .dexterity .content import Container
44from plone .namedfile import field as namedfile
55from plone .supermodel import model
6- from tagung .plone .de import _
76
87# from plone.supermodel.directives import fieldset
98# from z3c.form.browser.radio import RadioFieldWidget
109from zope import schema
1110from zope .interface import implementer
1211
12+ from tagung .plone .de import _
13+
1314
1415class ISponsor (model .Schema ):
1516 """Marker interface and Dexterity Python Schema for Sponsor"""
Original file line number Diff line number Diff line change 1- from plone .app .testing import setRoles
2- from plone .app .testing import TEST_USER_ID
1+ import unittest
2+
3+ from plone .app .testing import TEST_USER_ID , setRoles
34
45# from tagung.plone.de.testing import TAGUNG_PLONE_DE_FUNCTIONAL_TESTING
56from tagung .plone .de .testing import TAGUNG_PLONE_DE_INTEGRATION_TESTING
67
7- import unittest
8-
98
109class UpgradeStepIntegrationTest (unittest .TestCase ):
1110 layer = TAGUNG_PLONE_DE_INTEGRATION_TESTING
You can’t perform that action at this time.
0 commit comments