Changeset 333 for pyyaml/trunk/tests/lib/test_yaml.py
- Timestamp:
- 12/29/08 23:02:04 (3 years ago)
- Files:
-
- 1 modified
-
pyyaml/trunk/tests/lib/test_yaml.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
pyyaml/trunk/tests/lib/test_yaml.py
r330 r333 11 11 from test_representer import * 12 12 from test_recursive import * 13 from test_input_output import * 13 14 14 15 if __name__ == '__main__':
