Rename aux.py for Windows

This commit is contained in:
Emmanuel Viennet 2022-01-26 08:21:13 +01:00
parent 63e17650b6
commit 1488823c5d
2 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ from collections import defaultdict, Counter
from functools import cached_property
import numpy as np
import pandas as pd
from app.comp.aux import StatsMoyenne
from app.comp.aux_stats import StatsMoyenne
from app.comp.moy_mod import ModuleImplResults
from app.models import FormSemestre, Identite, ModuleImpl
from app.models.ues import UniteEns