Commit 3bee1f11 authored by Mark Dickinson's avatar Mark Dickinson

Fix undefined names in __all__.

parent 5b381a36
......@@ -17,8 +17,8 @@ Example command-line calls:
'''
__all__ = ['colorize', 'build_page', 'default_css', 'default_html',
'ansi_colorize', 'default_ansi']
__all__ = ['colorize_html', 'build_page', 'default_css', 'default_html',
'colorize_ansi', 'default_ansi']
__author__ = 'Raymond Hettinger'
import keyword, tokenize, cgi, functools
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment