[skeleton] fix SyntaxError in __pkginfo__.py (looks like a copy/paste error from vim) stable
authorAdrien Di Mascio <Adrien.DiMascio@logilab.fr>
Mon, 25 May 2009 14:40:47 +0200
branchstable
changeset 1916 5c94f776e4f6
parent 1915 12cd95af4e90
child 1920 31843b49188d
[skeleton] fix SyntaxError in __pkginfo__.py (looks like a copy/paste error from vim)
skeleton/__pkginfo__.py.tmpl
--- 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: