forked from bain3/pronotepy
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Delete cas without educonnect * Delete deleted auth type * delete deleted imports in ents.py * delete oze * delete oze in init * delete outdated ent in doc * add ac_reims in docs * sync imports with ent.py init.py * sync doc ent with imports ent.py * rangement par ordre alphabétique ent.rst * rajout ents encore fonctionnels ent.py * resyncronisation init.py * resyncronisation doc ent.rst * replace ozecollege_yvelines by ent_ecollege78 * add ent_ecollege78 to imports * add doc for ent_ecollege78 * black * Réimport ac rennes init * Redéclaration ac rennes et reims dans ent.rst * tentative de fix oze * tentative de fix ent creuse * fix failing tests --------- Co-authored-by: Baptiste D <63651713+Bapt5@users.noreply.github.com>
- Loading branch information
Showing
4 changed files
with
53 additions
and
90 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,50 +1,46 @@ | ||
from .ent import ( | ||
ac_clermont_ferrand, | ||
ac_grenoble, | ||
ac_lyon, | ||
cas_arsene76, | ||
cas_ent27, | ||
cas_kosmos, | ||
ent_creuse, | ||
ent_creuse_educonnect, | ||
occitanie_toulouse, | ||
occitanie_montpellier, | ||
val_doise, | ||
cas_cybercolleges42_edu, | ||
ecollege_haute_garonne_edu, | ||
ac_orleans_tours, | ||
ac_poitiers, | ||
ac_reims, | ||
ac_reunion, | ||
atrium_sud, | ||
cas_agora06, | ||
cas_arsene76, | ||
cas_arsene76_edu, | ||
cas_cybercolleges42, | ||
cas_cybercolleges42_edu, | ||
cas_ent27, | ||
cas_kosmos, | ||
cas_seinesaintdenis_edu, | ||
cas_arsene76_edu, | ||
eclat_bfc, | ||
ecollege_haute_garonne, | ||
ecollege_haute_garonne_edu, | ||
enc_hauts_de_seine, | ||
ent2d_bordeaux, | ||
ent77, | ||
ent_94, | ||
ent_auvergnerhonealpe, | ||
ent_creuse, | ||
ent_elyco, | ||
laclasse_educonnect, | ||
monbureaunumerique, | ||
ac_reims, | ||
occitanie_montpellier_educonnect, | ||
occitanie_toulouse_edu, | ||
ent77, | ||
ent_ecollege78, | ||
ent_essonne, | ||
ent_hdf, | ||
ent_mayotte, | ||
ile_de_france, | ||
neoconnect_guadeloupe, | ||
paris_classe_numerique, | ||
lyceeconnecte_aquitaine, | ||
ent_94, | ||
ent_hdf, | ||
ent_somme, | ||
ent_var, | ||
ile_de_france, | ||
l_normandie, | ||
laclasse_educonnect, | ||
laclasse_lyon, | ||
lyceeconnecte_aquitaine, | ||
lyceeconnecte_edu, | ||
monbureaunumerique, | ||
neoconnect_guadeloupe, | ||
occitanie_montpellier, | ||
occitanie_montpellier_educonnect, | ||
occitanie_toulouse, | ||
occitanie_toulouse_edu, | ||
ozecollege_yvelines, | ||
paris_classe_numerique, | ||
val_doise, | ||
ent_elyco, | ||
ent2d_bordeaux, | ||
# enc_hauts_de_seine, | ||
atrium_sud, | ||
laclasse_lyon, | ||
extranet_colleges_somme, | ||
) | ||
from .complex_ent import ac_rennes, pronote_hubeduconnect |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters