export new ot_tags_from_script func in __all__ list [skip ci]

This commit is contained in:
Cosimo Lupo 2018-01-18 20:26:44 +00:00
parent 25b944ccce
commit 5e0bad94c5
No known key found for this signature in database
GPG Key ID: 59D54DB0C9976482

View File

@ -38,6 +38,7 @@ __all__ = [tostr(s) for s in (
"script_extension", "script_extension",
"script_name", "script_name",
"script_code", "script_code",
"ot_tags_from_script",
)] )]