Changeset 567

Show
Ignore:
Timestamp:
07/12/08 02:33:26 (5 months ago)
Author:
athomas
Message:

Whoops. Fixed a bug introduced in the last commit.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • cly/trunk/cly/parser.py

    r566 r567  
    283283                          objects. 
    284284    """ 
    285     def __init__(self, grammar, data=None, context_factory=None): 
     285    def __init__(self, grammar, data=None, context_factory=Context): 
    286286        """Construct a new Parser.""" 
    287287        self.grammar = grammar