Update of /cvsroot/pywin32/pywin32/Pythonwin/pywin/scintilla
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv32042/pywin/scintilla
Modified Files:
view.py
Log Message:
nuke a few dangling references to is_platform_unicode and default_platform_encoding
Index: view.py
===================================================================
RCS file: /cvsroot/pywin32/pywin32/Pythonwin/pywin/scintilla/view.py,v
retrieving revision 1.34
retrieving revision 1.35
diff -C2 -d -r1.34 -r1.35
*** view.py 31 Jan 2009 03:08:05 -0000 1.34
--- view.py 31 Jan 2009 05:56:01 -0000 1.35
***************
*** 20,25 ****
import os
- from pywin import is_platform_unicode
-
PRINTDLGORD = 1538
IDC_PRINT_MAG_EDIT = 1010
--- 20,23 ----
|