[Anygui-checkins] CVS: anygui setup.py,1.10,1.11
Brought to you by:
mlh
From: Dallas T. J. <pan...@us...> - 2002-11-23 16:43:00
|
Update of /cvsroot/anygui/anygui In directory sc8-pr-cvs1:/tmp/cvs-serv5647 Modified Files: setup.py Log Message: Moved all the funny frontend widget stuff into genericgui.py. Note that there will be issues with how we want the backend specific use of dialogs to work. This issue mainly relates to naming of backend wrappers. Index: setup.py =================================================================== RCS file: /cvsroot/anygui/anygui/setup.py,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -r1.10 -r1.11 *** setup.py 16 Nov 2002 12:41:10 -0000 1.10 --- setup.py 23 Nov 2002 16:42:57 -0000 1.11 *************** *** 76,80 **** package_dir = {'': 'lib'}, packages = ['anygui', 'anygui.backends', ! 'anygui.backends.txtutils', ! 'anygui.dialogs', ! 'anygui.frontend_wrappers']) --- 76,78 ---- package_dir = {'': 'lib'}, packages = ['anygui', 'anygui.backends', ! 'anygui.backends.txtutils']) |