[ANN] hgview - a pygtk-based clone of hgk
Ludovic Aubry
ludal at logilab.fr
Thu Feb 1 15:34:22 UTC 2007
On Thu, Feb 01, 2007 at 04:36:18PM +0100, Vadim Lebedev wrote:
> Hello,
>
> I'm getting
>
> python-projects at logilab.org File "hgview/hgview.py", line 49
> ",".join( "'%s'" % f for f in test_dirs ) )
You are probably using python2.3 or less.
This is a generator expression only available from python2.4 and up
I'm also using sets in some places so making it compatible with 2.3
won't be straightforward (but not difficult)
regards,
--
Ludovic Aubry LOGILAB, Paris (France).
http://www.logilab.com http://www.logilab.fr http://www.logilab.org
More information about the Mercurial
mailing list