forked from ScoDoc/ScoDoc
fix imports
This commit is contained in:
parent
49e95d0085
commit
4c06b0a6cd
@ -68,13 +68,13 @@ from app.scodoc import sco_users
|
|||||||
|
|
||||||
|
|
||||||
# ----- CLASSES DE BULLETINS DE NOTES
|
# ----- CLASSES DE BULLETINS DE NOTES
|
||||||
import sco_bulletins_standard
|
from app.scodoc import sco_bulletins_standard
|
||||||
import sco_bulletins_legacy
|
from app.scodoc import sco_bulletins_legacy
|
||||||
|
|
||||||
# import sco_bulletins_example # format exemple (à désactiver en production)
|
# import sco_bulletins_example # format exemple (à désactiver en production)
|
||||||
|
|
||||||
# ... ajouter ici vos modules ...
|
# ... ajouter ici vos modules ...
|
||||||
import sco_bulletins_ucac # format expérimental UCAC Cameroun
|
from app.scodoc import sco_bulletins_ucac # format expérimental UCAC Cameroun
|
||||||
|
|
||||||
|
|
||||||
def make_context_dict(context, sem, etud):
|
def make_context_dict(context, sem, etud):
|
||||||
|
Loading…
Reference in New Issue
Block a user