[KiKit Present] Imported local pybars

This commit is contained in:
Salvador E. Tropea 2022-12-04 11:39:25 -03:00
parent aeaf52fd02
commit cc53d655c0
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -9,7 +9,7 @@ import shutil
import subprocess
import tempfile
import markdown2
import pybars
from . import pybars
from datetime import datetime
def resolveTemplatePath(path):