# HG changeset patch # User Sylvain Thénault <sylvain.thenault@logilab.fr> # Date 1252653527 -7200 # Fri Sep 11 09:18:47 2009 +0200 # Node ID 5e400913c39eecf37daf129944204ad98e54643e # Parent 1166c3771d9771ecae7e2e6c71ce882e4522ed2f missing paren diff --git a/__pkginfo__.py b/__pkginfo__.py --- a/__pkginfo__.py +++ b/__pkginfo__.py @@ -70,4 +70,5 @@ 'gecodesearch','gecodesupport'], extra_compile_args=['-DGE_VERSION=%s' % GECODE_VERSION], extra_link_args=['-static-libgcc'], - ] \ No newline at end of file + ) + ]