[pywin32-checkins] pywin32/com/win32comext/axscript/client __init__.py,1.1,1.2
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: Mark H. <mha...@us...> - 2005-02-13 12:24:34
|
Update of /cvsroot/pywin32/pywin32/com/win32comext/axscript/client In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14357 Modified Files: __init__.py Log Message: Avoid zero-byte files - comments are cheap :) Index: __init__.py =================================================================== RCS file: /cvsroot/pywin32/pywin32/com/win32comext/axscript/client/__init__.py,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** __init__.py 1 Sep 1999 23:12:39 -0000 1.1 --- __init__.py 13 Feb 2005 12:24:25 -0000 1.2 *************** *** 0 **** --- 1 ---- + # This is a Python package |