clean up mode.perl

--HG--
branch : pmacs2
This commit is contained in:
Erik Osheim 2009-08-27 11:25:01 -04:00
parent 825fb2b8c5
commit 1856f888aa
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ from lex import Grammar, LazyPatternRule, PatternRule, ContextPatternRule, Regio
from lex import OverridePatternRule, PatternMatchRule from lex import OverridePatternRule, PatternMatchRule
from method import Argument, Method, WrapParagraph, arg from method import Argument, Method, WrapParagraph, arg
from method.introspect import TokenComplete from method.introspect import TokenComplete
from tab import StackTabber, StackTabber2 from tab import StackTabber2
from parse import Any, And, Or, Optional, Name, Match, Matchs from parse import Any, And, Or, Optional, Name, Match, Matchs
import term import term