Changeset 57 for branches/pyyaml3000/tests/test_structure.py
- Timestamp:
- 02/24/06 16:16:14 (7 years ago)
- File:
-
- 1 edited
-
branches/pyyaml3000/tests/test_structure.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/pyyaml3000/tests/test_structure.py
r55 r57 2 2 import test_appliance 3 3 4 from yaml.reader import Reader 5 from yaml.scanner import Scanner 6 from yaml.parser import * 7 from yaml.composer import * 8 from yaml.resolver import * 9 from yaml.constructor import * 10 from yaml.nodes import * 4 from yaml import * 11 5 12 6 class TestStructure(test_appliance.TestAppliance): … … 161 155 return pairs 162 156 157 MyConstructor.add_constructor(None, MyConstructor.construct_scalar) 158 163 159 class TestConstructor(test_appliance.TestAppliance): 164 160
Note: See TracChangeset
for help on using the changeset viewer.
