From b47235de8ff35eea3f6d7c5e2cc3fb0f3939f689 Mon Sep 17 00:00:00 2001 From: Aveias Date: Wed, 7 Jun 2017 23:52:54 +0200 Subject: [PATCH] =?UTF-8?q?Ajout=20du=20main=20+=20authentification=20(en?= =?UTF-8?q?=20fait=20auth=20dans=20commit=20pr=EF=BF=BDc=EF=BF=BDdent)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- DB/dbLink.py | 4 ---- main.py | 4 ++++ 2 files changed, 4 insertions(+), 4 deletions(-) create mode 100644 main.py diff --git a/DB/dbLink.py b/DB/dbLink.py index 75b3fb0..4a51927 100644 --- a/DB/dbLink.py +++ b/DB/dbLink.py @@ -1,6 +1,5 @@ # -*-coding:Latin-1 -* -import os import DB.dbids as dbids import mysql.connector as mariadb @@ -34,6 +33,3 @@ def DBTest(): for Nom in result: print(Nom) - - -os.system("pause") diff --git a/main.py b/main.py new file mode 100644 index 0000000..0fb6153 --- /dev/null +++ b/main.py @@ -0,0 +1,4 @@ +# -*-coding:Latin-1 -* + + +import Auth.authentication