[Anygui-checkins] CVS: anygui/test test_win_before_app.py,NONE,1.1 test_borg_application.py,1.1,NONE
Brought to you by:
mlh
From: Magnus L. H. <ml...@pr...> - 2002-11-18 01:58:05
|
Update of /cvsroot/anygui/anygui/test In directory sc8-pr-cvs1:/tmp/cvs-serv3539/test Added Files: test_win_before_app.py Removed Files: test_borg_application.py Log Message: --- NEW FILE: test_win_before_app.py --- from anygui import * win = Window() app = Application() app.add(win) app.run() --- test_borg_application.py DELETED --- |