missing quotes #102063
authorAurelien Campeas <aurelien.campeas@logilab.fr>
Mon, 02 Feb 2009 11:01:46 +0100
changeset 548 195a0065aaae
parent 547 e6fed6e5f523
child 549 cd2bdcc16430
missing quotes #102063
skeleton/__pkginfo__.py.tmpl
--- a/skeleton/__pkginfo__.py.tmpl	Fri Jan 30 18:15:03 2009 +0100
+++ b/skeleton/__pkginfo__.py.tmpl	Mon Feb 02 11:01:46 2009 +0100
@@ -1,7 +1,7 @@
 # pylint: disable-msg=W0622
 """%(distname)s application packaging information"""
 
-modname = %(cubename)s
+modname = '%(cubename)s'
 distname = '%(distname)s'
 
 numversion = (0, 1, 0)