Changeset 464
- Timestamp:
- 08/13/07 05:51:23
- Files:
-
- trunk/containers.py (modified) (1 diff)
- trunk/license.txt (modified) (1 diff)
- trunk/recur.py (modified) (1 diff)
- trunk/storage/__init__.py (modified) (1 diff)
- trunk/xray.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/containers.py
r463 r464 14 14 and related data, is placed into the public domain. 15 15 16 The orginal author is Robert Brewer , Amor Ministries.16 The orginal author is Robert Brewer. 17 17 18 18 THIS SOFTWARE IS PROVIDED AS-IS, WITHOUT WARRANTY trunk/license.txt
r463 r464 4 4 and related data, is placed into the public domain. 5 5 6 The original author is Robert Brewer , Amor Ministries.6 The original author is Robert Brewer. 7 7 fumanchu@amor.org 8 8 trunk/recur.py
r463 r464 5 5 and related data, is placed into the public domain. 6 6 7 The original author is Robert Brewer , Amor Ministries.7 The original author is Robert Brewer. 8 8 See http://projects.amor.org/misc/wiki/Recur for more docs. 9 9 trunk/storage/__init__.py
r463 r464 26 26 The base StorageManager class doesn't actually store anything; 27 27 it needs to be subclassed. 28 29 ---- 28 30 29 31 Regarding large systems: trunk/xray.py
r463 r464 4 4 and related data, is placed into the public domain. 5 5 6 The orginal author is Robert Brewer , Amor Ministries.6 The orginal author is Robert Brewer. 7 7 8 8 THIS SOFTWARE IS PROVIDED AS-IS, WITHOUT WARRANTY
