Skip to content
This repository has been archived by the owner on Apr 9, 2023. It is now read-only.

Commit

Permalink
make sure json executes code so configurations are loaded
Browse files Browse the repository at this point in the history
  • Loading branch information
vangheem committed Jan 20, 2017
1 parent 9a22cba commit 8619af7
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/plone.server/plone/server/json/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1,9 @@
#
# make sure configure registrations are executed
from . import deserialize_content_fields # noqa
from . import deserialize_content # noqa
from . import deserialize_value # noqa
from . import serialize_content_field # noqa
from . import serialize_content # noqa
from . import serialize_schema_field # noqa
from . import serialize_schema # noqa
from . import serialize_value # noqa

0 comments on commit 8619af7

Please sign in to comment.