summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xLib/tabnanny.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/tabnanny.py b/Lib/tabnanny.py
index 35e5cfa..a0492e6 100755
--- a/Lib/tabnanny.py
+++ b/Lib/tabnanny.py
@@ -17,7 +17,7 @@ import tokenize
if not hasattr(tokenize, 'NL'):
raise ValueError("tokenize.NL doesn't exist -- tokenize module too old")
-__all__ = ["check"]
+__all__ = ["check", "NannyNag", "process_tokens"]
verbose = 0
filename_only = 0