Update of /cvsroot/pywin32/pywin32/Pythonwin/pywin/framework/editor
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv26522/Pythonwin/pywin/framework/editor
Modified Files:
Tag: py3k
frame.py
Log Message:
whitespace change from trunk
Index: frame.py
===================================================================
RCS file: /cvsroot/pywin32/pywin32/Pythonwin/pywin/framework/editor/frame.py,v
retrieving revision 1.6.2.1
retrieving revision 1.6.2.2
diff -C2 -d -r1.6.2.1 -r1.6.2.2
*** frame.py 29 Aug 2008 06:17:09 -0000 1.6.2.1
--- frame.py 4 Dec 2008 04:50:15 -0000 1.6.2.2
***************
*** 4,7 ****
--- 4,8 ----
import win32con
import afxres
+
from . import ModuleBrowser
|