remove useless import

--HG--
branch : pmacs2
This commit is contained in:
Erik Osheim 2010-08-11 23:16:22 -04:00
parent 9ef9c4b633
commit c76ce84e3f
1 changed files with 0 additions and 1 deletions

View File

@ -2,7 +2,6 @@ import mode, tab
import context import context
from lex import Grammar, PatternRule, RegionRule, PatternMatchRule from lex import Grammar, PatternRule, RegionRule, PatternMatchRule
from mode.python import StringGrammar2 from mode.python import StringGrammar2
from mode.c import CTabber2
from parse import Any, And, Or, Optional, Name, Match, Matchs from parse import Any, And, Or, Optional, Name, Match, Matchs
class CommentGrammar(Grammar): class CommentGrammar(Grammar):