aboutsummaryrefslogtreecommitdiff
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
commit40fc16059f04ee8fda0b5956cc4883eb21ca8f8c (patch)
treeecfe045bbbf07071e1004fa2fac72c6f1c03633f /Lib/tabnanny.py
parentmove import into function to avoid having to add an __all__ list... (diff)
downloadcpython-40fc16059f04ee8fda0b5956cc4883eb21ca8f8c.tar.gz
cpython-40fc16059f04ee8fda0b5956cc4883eb21ca8f8c.tar.bz2
cpython-40fc16059f04ee8fda0b5956cc4883eb21ca8f8c.zip
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 ea4fbc694b0..c945dd5057f 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