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 _
67
78# from plone.supermodel.directives import fieldset
89# from z3c.form.browser.radio import RadioFieldWidget
910from zope import schema
1011from zope .interface import implementer
1112
12- from tagung .plone .de import _
13-
1413
1514class ISponsor (model .Schema ):
1615 """Marker interface and Dexterity Python Schema for Sponsor"""
Original file line number Diff line number Diff line change 1- import unittest
2-
3- from plone .app .testing import TEST_USER_ID , setRoles
1+ from plone .app .testing import setRoles
2+ from plone .app .testing import TEST_USER_ID
43
54# from tagung.plone.de.testing import TAGUNG_PLONE_DE_FUNCTIONAL_TESTING
65from tagung .plone .de .testing import TAGUNG_PLONE_DE_INTEGRATION_TESTING
76
7+ import unittest
8+
89
910class UpgradeStepIntegrationTest (unittest .TestCase ):
1011 layer = TAGUNG_PLONE_DE_INTEGRATION_TESTING
You can’t perform that action at this time.
0 commit comments