fix skeleton __pkginfo__ template
authorNicolas Chauvat <nicolas.chauvat@logilab.fr>
Sat, 03 Jan 2009 23:10:12 +0100
changeset 319 00ada106b138
parent 318 6cb74102d611
child 320 e2647e72afe7
fix skeleton __pkginfo__ template
skeleton/__pkginfo__.py.tmpl
--- a/skeleton/__pkginfo__.py.tmpl	Fri Jan 02 14:48:43 2009 -0800
+++ b/skeleton/__pkginfo__.py.tmpl	Sat Jan 03 23:10:12 2009 +0100
@@ -19,7 +19,7 @@
 from os import listdir as _listdir
 from os.path import join, isdir
 
-web = 'http://www.cubicweb.org/project/%s' % distname
+web = 'http://www.cubicweb.org/project/%%s' %% distname
 
 pyversions = ['2.4']