[pywin32-checkins] pywin32/Pythonwin/pywin/framework/editor/color coloreditor.py,1.10,1.11
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: <mha...@us...> - 2003-11-29 06:38:08
|
Update of /cvsroot/pywin32/pywin32/Pythonwin/pywin/framework/editor/color In directory sc8-pr-cvs1:/tmp/cvs-serv23682 Modified Files: coloreditor.py Log Message: Remove lots of unused imports. Index: coloreditor.py =================================================================== RCS file: /cvsroot/pywin32/pywin32/Pythonwin/pywin/framework/editor/color/coloreditor.py,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** coloreditor.py 27 Sep 2002 05:15:53 -0000 1.10 --- coloreditor.py 29 Nov 2003 06:38:05 -0000 1.11 *************** *** 4,15 **** import win32con import win32api - import afxres - import regex - import regsub - import string import sys - import array - import struct - import traceback import pywin.scintilla.keycodes --- 4,8 ---- *************** *** 20,25 **** MSG_CHECK_EXTERNAL_FILE = win32con.WM_USER+1999 ## WARNING: Duplicated in document.py and editor.py - - from pywin.mfc import docview, window, dialog, afxres # Define a few common markers --- 13,16 ---- |