[pywin32-checkins] pywin32/pyisapi/isapi threaded_extension.py,1.3,1.4
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
|
From: Mark H. <mha...@us...> - 2004-09-09 08:57:24
|
Update of /cvsroot/pywin32/pywin32/pyisapi/isapi In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32054 Modified Files: threaded_extension.py Log Message: remove second import of the sys module. Index: threaded_extension.py =================================================================== RCS file: /cvsroot/pywin32/pywin32/pyisapi/isapi/threaded_extension.py,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** threaded_extension.py 9 Sep 2004 08:56:14 -0000 1.3 --- threaded_extension.py 9 Sep 2004 08:57:15 -0000 1.4 *************** *** 22,26 **** import threading import traceback - import sys ISAPI_REQUEST = 1 --- 22,25 ---- |