From 44d20837bc57e982468e9ed3cfd16e14bd653405 Mon Sep 17 00:00:00 2001 From: Sylvain Date: Fri, 10 Nov 2006 12:56:19 +0100 Subject: generalize STD_BLACKLIST usage --- shellutils.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'shellutils.py') diff --git a/shellutils.py b/shellutils.py index 8f7a5e9..fefd05c 100644 --- a/shellutils.py +++ b/shellutils.py @@ -83,8 +83,8 @@ def find(directory, exts, exclude=False, blacklist=STD_BLACKLIST): :type blacklist: list or tuple :param blacklist: - optional list of files or directory to ignore, default to - the value of `logilab.common.STD_BLACKLIST` + optional list of files or directory to ignore, default to the value of + `logilab.common.STD_BLACKLIST` :rtype: list :return: -- cgit v1.2.1