summaryrefslogtreecommitdiff
path: root/Lib/reconvert.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/reconvert.py')
-rwxr-xr-xLib/reconvert.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/Lib/reconvert.py b/Lib/reconvert.py
index 840c5d96bd..59708dac9f 100755
--- a/Lib/reconvert.py
+++ b/Lib/reconvert.py
@@ -63,6 +63,8 @@ XXX To be done...
import regex
from regex_syntax import * # RE_*
+__all__ = ["convert","quote"]
+
# Default translation table
mastertable = {
r'\<': r'\b',