From b42d0abea2572fc33afe31a332a4192b8da3d3ab Mon Sep 17 00:00:00 2001 From: hpk Date: Sat, 16 Aug 2008 17:47:26 +0200 Subject: [PATCH] [svn r57324] remove superflous helper attribute --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 752768d0b..516f77b71 100644 --- a/py/__init__.py +++ b/py/__init__.py @@ -11,8 +11,8 @@ version = "1.0-pre-alpha" initpkg(__name__, description = "pylib and py.test: agile development and test support library", - revision = int('$LastChangedRevision: 57321 $'.split(':')[1][:-1]), - lastchangedate = '$LastChangedDate: 2008-08-16 17:26:59 +0200 (Sat, 16 Aug 2008) $', + revision = int('$LastChangedRevision: 57324 $'.split(':')[1][:-1]), + lastchangedate = '$LastChangedDate: 2008-08-16 17:47:26 +0200 (Sat, 16 Aug 2008) $', version = version, url = "http://codespeak.net/py", download_url = "XXX", # "http://codespeak.net/download/py/py-%s.tar.gz" %(version,), @@ -93,7 +93,6 @@ initpkg(__name__, 'builtin.sorted' : ('./builtin/sorted.py', 'sorted'), 'builtin.BaseException' : ('./builtin/exception.py', 'BaseException'), 'builtin.GeneratorExit' : ('./builtin/exception.py', 'GeneratorExit'), - 'builtin.sysex' : ('./builtin/exception.py', 'sysex'), 'builtin.set' : ('./builtin/set.py', 'set'), 'builtin.frozenset' : ('./builtin/set.py', 'frozenset'),