From 77163a5bf7cbce52fa38c0c3561a3beee0ec10d0 Mon Sep 17 00:00:00 2001 From: cfbolz Date: Thu, 20 Sep 2007 17:20:45 +0200 Subject: [PATCH] [svn r46771] remove nonsense __init__.py line -- belongs to the next checkin --HG-- branch : trunk --- py/__init__.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/py/__init__.py b/py/__init__.py index 786919ff4..79a046fbe 100644 --- a/py/__init__.py +++ b/py/__init__.py @@ -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'),