[svn r46771] remove nonsense __init__.py line -- belongs to the next checkin

--HG--
branch : trunk
This commit is contained in:
cfbolz 2007-09-20 17:20:45 +02:00
parent 66f7db5894
commit 77163a5bf7
1 changed files with 2 additions and 3 deletions

View File

@ -11,8 +11,8 @@ version = "0.9.1-alpha"
initpkg(__name__,
description = "pylib and py.test: agile development and test support library",
revision = int('$LastChangedRevision: 46770 $'.split(':')[1][:-1]),
lastchangedate = '$LastChangedDate: 2007-09-20 17:17:22 +0200 (Thu, 20 Sep 2007) $',
revision = int('$LastChangedRevision: 46771 $'.split(':')[1][:-1]),
lastchangedate = '$LastChangedDate: 2007-09-20 17:20:45 +0200 (Thu, 20 Sep 2007) $',
version = version,
url = "http://codespeak.net/py",
download_url = "XXX", # "http://codespeak.net/download/py/py-%s.tar.gz" %(version,),
@ -33,7 +33,6 @@ initpkg(__name__,
'test.exit' : ('./test/session.py', 'exit'),
'test.broken' : ('./test/item.py', 'Broken'),
'test.notimplemented' : ('./test/item.py', '_NotImplemented'),
'test._pdb' : ('./test/custompdb.py', 'set_trace'),
# configuration/initialization related test api
'test.config' : ('./test/config.py', 'config_per_process'),