[pywin32-checkins] pywin32/win32/Lib pywintypes.py,1.4,1.5
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: <mha...@us...> - 2003-10-31 03:11:16
|
Update of /cvsroot/pywin32/pywin32/win32/Lib In directory sc8-pr-cvs1:/tmp/cvs-serv21159 Modified Files: pywintypes.py Log Message: Remove unused variable. Index: pywintypes.py =================================================================== RCS file: /cvsroot/pywin32/pywin32/win32/Lib/pywintypes.py,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** pywintypes.py 26 Oct 2003 03:52:56 -0000 1.4 --- pywintypes.py 31 Oct 2003 03:11:13 -0000 1.5 *************** *** 25,29 **** else: raise ImportError, "Module '%s' isn't in frozen sys.path directories" % modname - h = None else: if os.path.isfile(os.path.join(sys.prefix, filename)): --- 25,28 ---- |