Changeset 737 for hodgestar/Talks/PythonForProgrammers/example/text.py
- Timestamp:
- 03/06/10 08:49:19 (2 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
hodgestar/Talks/PythonForProgrammers/example/text.py
r728 r737 8 8 UTILS = { 9 9 'sort': textutil.Sort, 10 'wc': textutil.WordCount, 10 11 } 11 12
