From 40fc16059f04ee8fda0b5956cc4883eb21ca8f8c Mon Sep 17 00:00:00 2001 From: Skip Montanaro Date: Thu, 1 Mar 2001 04:27:19 +0000 Subject: final round of __all__ lists (I hope) - skipped urllib2 because Moshe may be giving it a slight facelift --- Lib/tabnanny.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Lib/tabnanny.py') 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 getopt import tokenize +__all__ = ["check"] + verbose = 0 filename_only = 0 -- cgit v1.2.3-65-gdbad