mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
Fix undefined names in __all__.
This commit is contained in:
parent
5b381a3650
commit
3bee1f1154
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue