branch : pmacs2
This commit is contained in:
moculus 2009-03-18 14:10:10 +00:00
parent 3a3f8104e9
commit 69990d41e6
1 changed files with 2 additions and 2 deletions

View File

@ -88,7 +88,7 @@ br = RegionRule(r'banner', r'^Gforth \d+\.\d+\.\d+', LineGrammar, r"^Type `bye'
ForthPipeGrammar.rules.insert(0, br)
class ForthPipe(Pipe):
modename = 'forthpipe'
name = 'forthpipe'
grammar = ForthPipeGrammar
dopen = {}