Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3bee1f1

Browse files
committed
Fix undefined names in __all__.
1 parent 5b381a3 commit 3bee1f1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Tools/scripts/highlight.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
1818
'''
1919

20-
__all__ = ['colorize', 'build_page', 'default_css', 'default_html',
21-
'ansi_colorize', 'default_ansi']
20+
__all__ = ['colorize_html', 'build_page', 'default_css', 'default_html',
21+
'colorize_ansi', 'default_ansi']
2222
__author__ = 'Raymond Hettinger'
2323

2424
import keyword, tokenize, cgi, functools

0 commit comments

Comments
 (0)