[pywin32-checkins] pywin32/Pythonwin/pywin/debugger configui.py, 1.1.4.3, 1.1.4.4
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: Mark H. <mha...@us...> - 2008-10-03 02:58:37
|
Update of /cvsroot/pywin32/pywin32/Pythonwin/pywin/debugger In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv12618/pythonwin/pywin/debugger Modified Files: Tag: py3k configui.py Log Message: revert to py3k syntax on this branch until Roger buys into 2to3 :) Index: configui.py =================================================================== RCS file: /cvsroot/pywin32/pywin32/Pythonwin/pywin/debugger/configui.py,v retrieving revision 1.1.4.3 retrieving revision 1.1.4.4 diff -C2 -d -r1.1.4.3 -r1.1.4.4 *** configui.py 2 Oct 2008 11:38:54 -0000 1.1.4.3 --- configui.py 3 Oct 2008 02:58:26 -0000 1.1.4.4 *************** *** 1,3 **** ! import dbgcon from pywin.mfc import dialog import win32ui --- 1,3 ---- ! import .dbgcon from pywin.mfc import dialog import win32ui |