Skip to content

Commit

Permalink
1.2.3dev: Add functions to __all__ variable
Browse files Browse the repository at this point in the history
git-svn-id: http://trac.edgewall.org/intertrac/log:/branches/1.2-stable@16406 af82e41b-90c4-0310-8c96-b1721e28e2e2
  • Loading branch information
rjollos committed Dec 15, 2017
1 parent 5732922 commit 75d1d47
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion trac/util/html.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
from trac.util.text import to_unicode

__all__ = ['Deuglifier', 'FormTokenInjector', 'TracHTMLSanitizer', 'escape',
'find_element', 'html', 'is_safe_origin', 'plaintext',
'find_element', 'html', 'is_safe_origin', 'plaintext', 'tag',
'to_fragment', 'unescape']


Expand Down
6 changes: 3 additions & 3 deletions trac/wiki/formatter.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@
from trac.wiki.parser import WikiParser, parse_processor_args

__all__ = ['wiki_to_html', 'wiki_to_oneliner', 'wiki_to_outline',
'Formatter', 'format_to', 'format_to_html', 'format_to_oneliner',
'extract_link', 'split_url_into_path_query_fragment',
'concat_path_query_fragment']
'Formatter', 'MacroError', 'ProcessorError', 'format_to',
'format_to_html', 'format_to_oneliner', 'extract_link',
'split_url_into_path_query_fragment', 'concat_path_query_fragment']



Expand Down

0 comments on commit 75d1d47

Please sign in to comment.