summaryrefslogtreecommitdiffstats
path: root/Lib/tabnanny.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/tabnanny.py')
-rwxr-xr-xLib/tabnanny.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/Lib/tabnanny.py b/Lib/tabnanny.py
index ea4fbc6..c945dd5 100755
--- a/Lib/tabnanny.py
+++ b/Lib/tabnanny.py
@@ -16,6 +16,8 @@ import string
import getopt
import tokenize
+__all__ = ["check"]
+
verbose = 0
filename_only = 0