hdl.xfrm: make deprecated CEInserter more well-behaved.
This commit is contained in:
parent
ed7e07c6c1
commit
d44ea4e9fe
|
@ -698,4 +698,5 @@ class EnableInserter(_ControlInserter):
|
|||
return new_fragment
|
||||
|
||||
|
||||
CEInserter = deprecated("instead of `CEInserter`, use `EnableInserter`")(EnableInserter)
|
||||
CEInserter = staticmethod(
|
||||
deprecated("instead of `CEInserter`, use `EnableInserter`")(EnableInserter))
|
||||
|
|
Loading…
Reference in a new issue