From b3a23e3f94f7468015a4cde78b58b5ebee0bb308 Mon Sep 17 00:00:00 2001 From: syt Date: Tue, 9 May 2006 09:55:16 +0200 Subject: check ChangeLog --- setup.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 4127079..39c4900 100644 --- a/setup.py +++ b/setup.py @@ -1,5 +1,6 @@ #!/usr/bin/env python -# pylint: disable-msg=W0142,W0403,W0404,E0611,W0613,W0622,W0622,W0704,R0904 +# pylint: disable-msg=W0142,W0403,W0404,E0611,W0613,W0622,W0622,W0704 +# pylint: disable-msg=R0904,C0103 # # Copyright (c) 2003 LOGILAB S.A. (Paris, FRANCE). # http://www.logilab.fr/ -- mailto:contact@logilab.fr @@ -58,7 +59,7 @@ try: except ImportError: ext_modules = None -BASE_BLACKLIST = ('CVS', 'debian', 'dist', 'build', '__buildlog') +BASE_BLACKLIST = ('CVS', 'debian', 'dist', 'build', '__buildlog', '.svn') IGNORED_EXTENSIONS = ('.pyc', '.pyo', '.elc') -- cgit v1.2.1