[KiKit Present] Imported local pybars
This commit is contained in:
parent
aeaf52fd02
commit
cc53d655c0
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ import shutil
|
|||
import subprocess
|
||||
import tempfile
|
||||
import markdown2
|
||||
import pybars
|
||||
from . import pybars
|
||||
from datetime import datetime
|
||||
|
||||
def resolveTemplatePath(path):
|
||||
|
|
|
|||
Loading…
Reference in New Issue