skeleton/__pkginfo__.py.tmpl
branchstable
changeset 1916 5c94f776e4f6
parent 1438 21b8f3961e6f
child 2157 a4acf959d07e
--- a/skeleton/__pkginfo__.py.tmpl	Mon May 25 13:02:56 2009 +0200
+++ b/skeleton/__pkginfo__.py.tmpl	Mon May 25 14:40:47 2009 +0200
@@ -32,7 +32,7 @@
     return [join(dirpath, fname) for fname in _listdir(dirpath)
             if fname[0] != '.' and not fname.endswith('.pyc')
             and not fname.endswith('~')
-            and not isdir(join(dirpath, fname))]ΒΆ
+            and not isdir(join(dirpath, fname))]
 
 from glob import glob
 try: