From 3b9fb77cbfc93a5d06cc417d2fe46cb21dd9f3c7 Mon Sep 17 00:00:00 2001 From: moculus Date: Wed, 17 Oct 2007 21:41:01 +0000 Subject: [PATCH] make --HG-- branch : pmacs2 --- mode/c.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mode/c.py b/mode/c.py index adefab3..d446835 100644 --- a/mode/c.py +++ b/mode/c.py @@ -1,5 +1,5 @@ import popen2, re -import color, method, mode2, tab2 +import color, default, method, mode2, tab2 from lex3 import Grammar, PatternRule, RegionRule from mode.python import StringGrammar