From eccd02a40d0921fc2953213e71da8a3a79d00e17 Mon Sep 17 00:00:00 2001 From: Skip Montanaro Date: Sat, 20 Jan 2001 23:34:12 +0000 Subject: more __all__ updates --- Lib/filecmp.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Lib/filecmp.py') diff --git a/Lib/filecmp.py b/Lib/filecmp.py index ec6e1ffc3ec..3018762003a 100644 --- a/Lib/filecmp.py +++ b/Lib/filecmp.py @@ -13,6 +13,8 @@ import os import stat import statcache +__all__ = ["cmp","dircmp","cmpfiles"] + _cache = {} BUFSIZE=8*1024 -- cgit v1.2.3