Skip to content
Snippets Groups Projects
Commit c23bed64ca21 authored by Houzefa Abbasbhay's avatar Houzefa Abbasbhay :slight_smile:
Browse files

Export constants from ``.base``

Used by other modules; these exports got removed when I replaced an ``import *`` earlier.
parent dec1275e4637
No related branches found
No related tags found
3 merge requests!37Merge 15.0 (15.0.3.2.0 with fastjsonschema),!36Merge 13.0 (13.0.3.2.0 with fastjsonschema),!34``jsonschema`` ➔ ``fastjsonschema``
...@@ -2,6 +2,9 @@ ...@@ -2,6 +2,9 @@
History History
******* *******
Export constants from ``.base``.
Used by other modules; these exports got removed when I replaced an ``import *`` earlier.
13.0.3.1.0 13.0.3.1.0
========== ==========
......
...@@ -20,6 +20,11 @@ ...@@ -20,6 +20,11 @@
from . import models from . import models
from .base import ( from .base import (
OPERATION_CREATION,
OPERATION_UPDATE,
PHASE_POSTCREATE,
PHASE_PRECREATE,
PHASE_UPDATE,
Computed, Computed,
Constant, Constant,
ContextBuilder, ContextBuilder,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment