Change file names
This commit is contained in:
parent
5c83842116
commit
3e4b951bf1
4 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
|||
from md_pdf.build.md import read_files
|
||||
from md_pdf.build.pandoc import build_document, output_html
|
||||
from md_pdf.build.cover import render_cover
|
||||
from md_pdf.build.templates import render_cover
|
||||
from md_pdf.build.css import render_css
|
||||
from md_pdf.build.pdf import export_pdf
|
||||
from md_pdf.build.template import parse_template
|
||||
from md_pdf.build.content import parse_template
|
||||
import os
|
||||
import logging
|
||||
import time
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
import pdfkit
|
||||
from md_pdf.consts import TEMPLATES_DIR, STATIC_DIR
|
||||
from md_pdf.build.cover import OUTPUT_COVER_FILE
|
||||
from md_pdf.build.templates import OUTPUT_COVER_FILE
|
||||
import os
|
||||
import logging
|
||||
|
||||
|
|
Reference in a new issue