diff --git a/kibot/PcbDraw/README.md b/kibot/PcbDraw/README.md index 608ffa0f..b0d54ebe 100644 --- a/kibot/PcbDraw/README.md +++ b/kibot/PcbDraw/README.md @@ -200,3 +200,4 @@ This file comes from KiKit, but it has too much in common with `populate.py`. - Removed `click` import, unused - Removed the try in boardpage, too broad, doesn't help - Removed `kikit` import, _renderBoards must be implemented in a different way +- Imported local pybars diff --git a/kibot/PcbDraw/present.py b/kibot/PcbDraw/present.py index a8b375a2..6fbd53b9 100644 --- a/kibot/PcbDraw/present.py +++ b/kibot/PcbDraw/present.py @@ -9,7 +9,7 @@ import shutil import subprocess import tempfile import markdown2 -import pybars +from . import pybars from datetime import datetime def resolveTemplatePath(path):