From 0cfb70212d219e8729b7fddb94f393f469665ecd Mon Sep 17 00:00:00 2001 From: Josh Morman <jmorman@gnuradio.org> Date: Wed, 24 Nov 2021 12:50:06 -0500 Subject: docs: pep8 formatting Signed-off-by: Josh Morman <jmorman@gnuradio.org> --- docs/doxygen/doxyxml/__init__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs/doxygen/doxyxml/__init__.py') diff --git a/docs/doxygen/doxyxml/__init__.py b/docs/doxygen/doxyxml/__init__.py index d07ccb828b..0aec639eb5 100644 --- a/docs/doxygen/doxyxml/__init__.py +++ b/docs/doxygen/doxyxml/__init__.py @@ -54,6 +54,7 @@ u'Outputs the vital aadvark statistics.' from .doxyindex import DoxyIndex, DoxyFunction, DoxyParam, DoxyClass, DoxyFile, DoxyNamespace, DoxyGroup, DoxyFriend, DoxyOther + def _test(): import os this_dir = os.path.dirname(globals()['__file__']) @@ -65,6 +66,6 @@ def _test(): import doctest return doctest.testmod() + if __name__ == "__main__": _test() - -- cgit v1.2.3