- Include all 0.3 declarative classes and functions in
tecton.compat
so that 0.3 repos can be updated by a single find and replace. Replacefrom tecton import
withfrom tecton.compat import
.
tecton.compat
so that
0.3 repos can be updated by a single find and replace. Replace
from tecton import
with from tecton.compat import
.