Fix: missing import

This commit is contained in:
Emmanuel Viennet 2023-01-23 07:05:06 -03:00
parent 5fdc7db32a
commit 165dac0496
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"