Changeset 303 for pyyaml/trunk

Show
Ignore:
Timestamp:
12/04/08 06:27:55 (3 years ago)
Author:
xi
Message:

Removed unused variable.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pyyaml/trunk/lib/yaml/constructor.py

    r269 r303  
    6969        self.recursive_objects[node] = None 
    7070        constructor = None 
    71         state_constructor = None 
    7271        tag_suffix = None 
    7372        if node.tag in self.yaml_constructors: