summaryrefslogtreecommitdiff
path: root/Lib/tabnanny.py
diff options
context:
space:
mode:
authorSkip Montanaro <skip@pobox.com>2001-03-01 04:27:19 +0000
committerSkip Montanaro <skip@pobox.com>2001-03-01 04:27:19 +0000
commit03a6f7bf2189a735873361c42ac54879f27b601c (patch)
treef18df5f7b9e6a417fa3addfbf00c26d40577f821 /Lib/tabnanny.py
parenta1e6aeb18d75442cba22c2658b3d2c708184b33c (diff)
downloadcpython-03a6f7bf2189a735873361c42ac54879f27b601c.tar.gz
final round of __all__ lists (I hope) - skipped urllib2 because Moshe may be
giving it a slight facelift
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 ea4fbc694b..c945dd5057 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