Changeset 562

Show
Ignore:
Timestamp:
07/11/08 12:37:45 (5 months ago)
Author:
athomas
Message:

Actually update self.labels...

Files:

Legend:

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

    r561 r562  
    350350        where = self.find(where) 
    351351        where.update(grammar) 
    352         self._collect_labels(
     352        self.labels.update(self._collect_labels()
    353353 
    354354    def execute(self, command, data=None):