added back colortest

--HG--
branch : pmacs2
This commit is contained in:
Erik Osheim 2009-07-24 00:26:18 -04:00
parent 155285bee6
commit 4f7471005b
1 changed files with 1 additions and 1 deletions

View File

@ -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))