[pywin32-checkins] pywin32/win32/Demos cerapi.py,1.2,1.3
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: Mark H. <mha...@us...> - 2008-12-04 07:01:11
|
Update of /cvsroot/pywin32/pywin32/win32/Demos In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv2512/win32/Demos Modified Files: cerapi.py Log Message: remove unused imports Index: cerapi.py =================================================================== RCS file: /cvsroot/pywin32/pywin32/win32/Demos/cerapi.py,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** cerapi.py 3 Feb 2003 00:30:29 -0000 1.2 --- cerapi.py 4 Dec 2008 07:01:06 -0000 1.3 *************** *** 10,14 **** import sys import getopt - from repr import repr --- 10,13 ---- |