[svn r40832] fixing syntax error

--HG--
branch : trunk
This commit is contained in:
hpk 2007-03-20 13:11:31 +01:00
parent 153ce61b48
commit e1138243dc
1 changed files with 3 additions and 3 deletions

View File

@ -11,11 +11,11 @@ version = "0.9.1-alpha"
initpkg(__name__, initpkg(__name__,
description = "py lib: agile development and test support library", description = "py lib: agile development and test support library",
revision = int('$LastChangedRevision: 40831 $'.split(':')[1][:-1]), revision = int('$LastChangedRevision: 40832 $'.split(':')[1][:-1]),
lastchangedate = '$LastChangedDate: 2007-03-20 13:10:56 +0100 (Tue, 20 Mar 2007) $', lastchangedate = '$LastChangedDate: 2007-03-20 13:11:31 +0100 (Tue, 20 Mar 2007) $',
version = version, version = version,
url = "http://codespeak.net/py", url = "http://codespeak.net/py",
download_url = "xxx" # "http://codespeak.net/download/py/py-%s.tar.gz" %(version,), download_url = "xxx", # "http://codespeak.net/download/py/py-%s.tar.gz" %(version,),
license = "MIT license", license = "MIT license",
platforms = ['unix', 'linux', 'cygwin', 'win32'], platforms = ['unix', 'linux', 'cygwin', 'win32'],
author = "holger krekel, Carl Friedrich Bolz, Guido Wesdorp, Maciej Fijalkowski, Armin Rigo & others", author = "holger krekel, Carl Friedrich Bolz, Guido Wesdorp, Maciej Fijalkowski, Armin Rigo & others",