[svn r46771] remove nonsense __init__.py line -- belongs to the next checkin
--HG-- branch : trunk
This commit is contained in:
parent
66f7db5894
commit
77163a5bf7
|
@ -11,8 +11,8 @@ version = "0.9.1-alpha"
|
||||||
|
|
||||||
initpkg(__name__,
|
initpkg(__name__,
|
||||||
description = "pylib and py.test: agile development and test support library",
|
description = "pylib and py.test: agile development and test support library",
|
||||||
revision = int('$LastChangedRevision: 46770 $'.split(':')[1][:-1]),
|
revision = int('$LastChangedRevision: 46771 $'.split(':')[1][:-1]),
|
||||||
lastchangedate = '$LastChangedDate: 2007-09-20 17:17:22 +0200 (Thu, 20 Sep 2007) $',
|
lastchangedate = '$LastChangedDate: 2007-09-20 17:20:45 +0200 (Thu, 20 Sep 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,),
|
||||||
|
@ -33,7 +33,6 @@ initpkg(__name__,
|
||||||
'test.exit' : ('./test/session.py', 'exit'),
|
'test.exit' : ('./test/session.py', 'exit'),
|
||||||
'test.broken' : ('./test/item.py', 'Broken'),
|
'test.broken' : ('./test/item.py', 'Broken'),
|
||||||
'test.notimplemented' : ('./test/item.py', '_NotImplemented'),
|
'test.notimplemented' : ('./test/item.py', '_NotImplemented'),
|
||||||
'test._pdb' : ('./test/custompdb.py', 'set_trace'),
|
|
||||||
|
|
||||||
# configuration/initialization related test api
|
# configuration/initialization related test api
|
||||||
'test.config' : ('./test/config.py', 'config_per_process'),
|
'test.config' : ('./test/config.py', 'config_per_process'),
|
||||||
|
|
Loading…
Reference in New Issue