[Anygui-checkins] CVS: anygui/test test_interface.py,1.3,1.4
Brought to you by:
mlh
From: Magnus L. H. <ml...@us...> - 2003-01-26 13:37:38
|
Update of /cvsroot/anygui/anygui/test In directory sc8-pr-cvs1:/tmp/cvs-serv14388/test Modified Files: test_interface.py Log Message: Index: test_interface.py =================================================================== RCS file: /cvsroot/anygui/anygui/test/test_interface.py,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** test_interface.py 21 Aug 2002 07:36:00 -0000 1.3 --- test_interface.py 26 Jan 2003 13:37:34 -0000 1.4 *************** *** 1,3 **** --- 1,6 ---- # TODO: Use unittest + import sys + sys.exit('test_interface is not currently pertinent') + from anygui.Utils import log |