# HG changeset patch # User Sylvain Thénault # Date 1285259749 -7200 # Node ID 845ae8c8b9233394da612d19c0559d393f54e9cb # Parent 38cfda1ab60f6ba0cb8342f3b3d7e14d87678929 [skel] update pylint instruction in default setup.py diff -r 38cfda1ab60f -r 845ae8c8b923 skeleton/setup.py --- a/skeleton/setup.py Thu Sep 23 16:02:53 2010 +0200 +++ b/skeleton/setup.py Thu Sep 23 18:35:49 2010 +0200 @@ -1,5 +1,5 @@ #!/usr/bin/env python -# pylint: disable-msg=W0404,W0622,W0704,W0613,W0152 +# pylint: disable=W0404,W0622,W0704,W0613 # copyright 2003-2010 LOGILAB S.A. (Paris, FRANCE), all rights reserved. # contact http://www.logilab.fr/ -- mailto:contact@logilab.fr