Fix: missing import

This commit is contained in:
Emmanuel Viennet 2023-01-23 07:05:06 -03:00 committed by iziram
parent 073c3c7c44
commit 4430eb9a61
2 changed files with 2 additions and 1 deletions

View File

@ -41,6 +41,7 @@ from app import log
from app.scodoc.scolog import logdb
from app.scodoc import html_sco_header
from app.scodoc import htmlutils
from app.scodoc import sco_cache
from app.scodoc import sco_codes_parcours
from app.scodoc import sco_edit_module
from app.scodoc import sco_edit_ue

View File

@ -1,7 +1,7 @@
# -*- mode: python -*-
# -*- coding: utf-8 -*-
SCOVERSION = "9.4.29"
SCOVERSION = "9.4.30"
SCONAME = "ScoDoc"