diff --git a/misc/autodoc/autodoc.py b/misc/autodoc/autodoc.py index 0ad357e9c4..7c9ba1b483 100755 --- a/misc/autodoc/autodoc.py +++ b/misc/autodoc/autodoc.py @@ -3,7 +3,6 @@ import argparse import logging import os -from os.path import dirname, join import re import subprocess import sys diff --git a/misc/autodoc/markup.py b/misc/autodoc/markup.py index 17b26aa3ed..a89d2b853e 100644 --- a/misc/autodoc/markup.py +++ b/misc/autodoc/markup.py @@ -1,6 +1,6 @@ import logging -from external import txt2tags +import txt2tags def _get_config(target):