Changeset 303
- Timestamp:
- 12/04/08 06:27:55 (3 years ago)
- Files:
-
- 1 modified
-
pyyaml/trunk/lib/yaml/constructor.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
pyyaml/trunk/lib/yaml/constructor.py
r269 r303 69 69 self.recursive_objects[node] = None 70 70 constructor = None 71 state_constructor = None72 71 tag_suffix = None 73 72 if node.tag in self.yaml_constructors:
