diff --git a/deadbeat/text.py b/deadbeat/text.py index 8828ddecea4ea808f03030631d393cee8099035c..a21892c570cb9aa4ef0cd0096466a55a4e2aa1d2 100644 --- a/deadbeat/text.py +++ b/deadbeat/text.py @@ -12,7 +12,7 @@ from operator import itemgetter from .movement import Cog, nullsetter, itemsetter, dictupdater, selfgetter __all__ = [ - "ConstLexicon", "rrule", "LinearRegexpLexicon", "RegexpLexicon", + "ConstLexicon", "re_rule", "LinearRegexpLexicon", "RegexpLexicon", "CSVParse", "CSVMarshall", "JSONParse", "JSONMarshall", "JinjaMarshall" ] diff --git a/deadbeat/twist.py b/deadbeat/twist.py index 891bf973665f3f93ce4e36db72e9241ee6df5b69..f99687f54367f1f15f6271aef35dce98e25f533d 100644 --- a/deadbeat/twist.py +++ b/deadbeat/twist.py @@ -12,7 +12,7 @@ from typedcols import TypedDict, typed_dict from .movement import Cog __all__ = [ - "Normalize", "ImperativeTransform", "WindowContextMgr" + "Normalize", "WindowContextMgr" ] class Normalize(Cog):