# HG changeset patch # User Sylvain Thénault # Date 1297955289 -3600 # Node ID 6eeed1e9782c8f06de22ff416b47b08f9bd70575 # Parent 09e32d10e6bcaeeea407cd7deab5eedd19505a43 [skel] avoid pylint warning for newly generated cube diff -r 09e32d10e6bc -r 6eeed1e9782c 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'