Report QScintilla as extra module.

This commit is contained in:
Bastian Kleineidam 2011-04-26 14:57:32 +02:00
parent c6a17b79b4
commit f61de7902a

View file

@ -60,6 +60,7 @@ def normpath (path):
# List optional Python modules in the form (module, name)
Modules = (
("PyQt4.Qsci", u"QScintilla"),
("optcomplete", u"Optcomplete"),
("tidy", u"HTMLtidy"),
("cssutils", u"CSSutils"),