|
[Webware-checkins] r7766 - Webware/trunk/WebKit
From: <updates@we...> - 2009-01-25 14:17
|
Author: chrisz Date: Sun Jan 25 07:17:38 2009 New Revision: 7766 Modified: Webware/trunk/WebKit/ThreadedAppServer.py Log: Removed unused code. Modified: Webware/trunk/WebKit/ThreadedAppServer.py ============================================================================== --- Webware/trunk/WebKit/ThreadedAppServer.py (original) +++ Webware/trunk/WebKit/ThreadedAppServer.py Sun Jan 25 07:17:38 2009 @@ -34,10 +34,6 @@ PyThreadState_SetAsyncExc = pythonapi.PyThreadState_SetAsyncExc except (TypeError, AttributeError): PyThreadState_SetAsyncExc = None -try: # for Python < 2.5 - BaseException -except NameError: - BaseException = Exception from Common import * import AppServer as AppServerModule |
| Thread | Author | Date |
|---|---|---|
| [Webware-checkins] r7766 - Webware/trunk/WebKit | <updates@we...> |