[skel] avoid pylint warning for newly generated cube stable
authorSylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 17 Feb 2011 16:08:09 +0100
branchstable
changeset 7003 6eeed1e9782c
parent 7000 09e32d10e6bc
child 7004 9e142116d82f
[skel] avoid pylint warning for newly generated cube
skeleton/__pkginfo__.py.tmpl
--- a/skeleton/__pkginfo__.py.tmpl	Wed Feb 16 17:59:58 2011 +0100
+++ b/skeleton/__pkginfo__.py.tmpl	Thu Feb 17 16:08:09 2011 +0100
@@ -1,4 +1,4 @@
-# pylint: disable-msg=W0622
+# pylint: disable=W0622
 """%(distname)s application packaging information"""
 
 modname = '%(cubename)s'