Update of /cvsroot/pywin32/pywin32/Pythonwin/pywin/framework
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25354/pywin/framework
Modified Files:
interact.py
Log Message:
remove some old unused string exceptions
Index: interact.py
===================================================================
RCS file: /cvsroot/pywin32/pywin32/Pythonwin/pywin/framework/interact.py,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** interact.py 1 Dec 2003 11:06:42 -0000 1.14
--- interact.py 4 Apr 2008 04:51:39 -0000 1.15
***************
*** 54,62 ****
formatOutputError = (-402653169, 0, 200, 0, 255, 0, 49, 'Courier New')
- # couple of exceptions defined for this module
- excNoValidCommand = 'No Valid Command'
- excEmptyCommand = 'Empty Command'
- excContinueCommand = 'Continue Command'
-
try:
sys.ps1
--- 54,57 ----
|