From: Kevin A. <al...@se...> - 2001-11-07 20:10:56
|
This is a BIG CHANGE, so if you have a PythonCardPrototype app you must pay attention to this one if you want your code to work. loader.py has been removed and the configuration code moved to config.py All the samples have been changed to use from PythonCardPrototype.config import configOptions instead of from PythonCardPrototype.loader import configOptions ka > -----Original Message----- > From: pyt...@li... > [mailto:pyt...@li...]On Behalf Of Kevin > Altis > Sent: Wednesday, November 07, 2001 11:29 AM > To: pythoncard-Users > Subject: [Pythoncard-users] prototype cleanup in progress > > > removed uniqueid.py > uniqueid.UniqueIdFactory().createUniqueId() changed to NewId() > removed monitor.py and navigation.py > changed getCurrentBackground() to refer to always refer to the > first background in the list; removed all references to _iterator > > Rowland and I are working through some other cleanup, so I'll post the > changes as they are made. > > ka > > > _______________________________________________ > Pythoncard-users mailing list > Pyt...@li... > https://lists.sourceforge.net/lists/listinfo/pythoncard-users > |