Skip to content

Commit 45c0bca

Browse files
committedMay 12, 2015
Forgot to add new function names to __all__.
1 parent ae3c911 commit 45c0bca

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎nikola/utils.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,8 @@
6868
'get_displayed_page_number', 'adjust_name_for_index_path_list',
6969
'adjust_name_for_index_path', 'adjust_name_for_index_link',
7070
'NikolaPygmentsHTML', 'create_redirect', 'TreeNode',
71-
'flatten_tree_structure']
71+
'flatten_tree_structure', 'parse_escaped_hierarchical_category_name',
72+
'join_hierarchical_category_path']
7273

7374
# Are you looking for 'generic_rss_renderer'?
7475
# It's defined in nikola.nikola.Nikola (the site object).

0 commit comments

Comments
 (0)
Please sign in to comment.