From 4f7471005b219283bcb24c140a9dd77d969f38b2 Mon Sep 17 00:00:00 2001 From: Erik Osheim Date: Fri, 24 Jul 2009 00:26:18 -0400 Subject: [PATCH] added back colortest --HG-- branch : pmacs2 --- application.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application.py b/application.py index 790c2e3..934f5d3 100755 --- a/application.py +++ b/application.py @@ -136,7 +136,7 @@ class Application(object): 'xml', 'cheetah', 'colortext', 'latex', 'insertmini', 'conf', 'haskell', 'erlang', 'iperl', 'iperlmini', 'ipython', 'ipythonmini', 'awk', 'shell', 'shellmini', 'fstab', 'yacc', 'pipe', 'mbox', - 'error', 'lua', 'lily', 'forth', 'ebnf', + 'error', 'lua', 'lily', 'forth', 'ebnf', 'colortest', ) for name in names: exec("import mode.%s; mode.%s.install(self)" % (name, name))