From 0d9b683e72dc4f51eca3d95fc27c523593a91ee9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavel=20K=C3=A1cha?= <ph@cesnet.cz> Date: Fri, 1 Jun 2018 14:20:16 +0200 Subject: [PATCH] __all__ fix --- deadbeat/text.py | 2 +- deadbeat/twist.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/deadbeat/text.py b/deadbeat/text.py index 8828dde..a21892c 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 891bf97..f99687f 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): -- GitLab