From c62c81e013fbc9a726493870c3624b60ae63a757 Mon Sep 17 00:00:00 2001 From: Skip Montanaro Date: Mon, 12 Feb 2001 02:00:42 +0000 Subject: __all__ for several more modules --- Lib/pyclbr.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Lib/pyclbr.py') diff --git a/Lib/pyclbr.py b/Lib/pyclbr.py index b4e934bff7..c9bb2fe2bb 100644 --- a/Lib/pyclbr.py +++ b/Lib/pyclbr.py @@ -59,6 +59,8 @@ import imp import re import string +__all__ = ["readmodule"] + TABWIDTH = 8 _getnext = re.compile(r""" -- cgit v1.2.1