Commit | Date | |
---|---|---|
[r3098]
by
bugman
Shifted the __all__ list from '__init__.py' to 'main.py'. This is in preparation for the replacement of the current '__init__.py' with 'main.py'. |
2007-03-08 04:01:04 | Tree |
2007-03-08 03:55:35 | Tree | |
[r3096]
by
bugman
Bug fix. The relax data storage object was not accessible by the reset() user function. |
2007-03-08 03:32:44 | Tree |
2007-03-08 03:07:02 | Tree | |
[r3094]
by
bugman
The reset() user function has been modified to handle the new data object. Rather than using the statement 'self.relax.data = Data()', which with the singleton design will |
2007-03-08 02:40:29 | Tree |
[r3093]
by
bugman
Complete elimination of the references to 'self.relax.data'. All of relax now handles the singleton design pattern of the relax data storage object, referencing |
2007-03-08 02:39:35 | Tree |
2007-03-07 22:53:19 | Tree | |
2007-03-07 10:31:00 | Tree | |
[r3090]
by
bugman
Added an import statement to the 'data/__init__.py' file to simplify the module. The class Data() can now be accessed by typing 'from data import Data' rather than |
2007-03-07 10:30:13 | Tree |
[r3089]
by
bugman
Converted the Data() class from the 'data' directory into a singleton. For more infomation about this usage of the singleton design pattern, see my post at |
2007-03-07 08:36:19 | Tree |