Changeset 195 for pyyaml/trunk/lib/yaml

Show
Ignore:
Timestamp:
06/19/06 16:30:29 (6 years ago)
Author:
xi
Message:

Add pyrex-based bindings for the libyaml scanner.

Files:
1 modified

Legend:

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

    r175 r195  
    55from error import * 
    66from nodes import * 
    7 from composer import * 
    87 
    98try: 
     
    2322    pass 
    2423 
    25 class BaseConstructor(Composer): 
     24class BaseConstructor: 
    2625 
    2726    yaml_constructors = {}