Skip to content
Snippets Groups Projects
Commit 68aebac4 authored by Rioux Jeremy's avatar Rioux Jeremy
Browse files

wtf

parent e7b70717
No related branches found
No related tags found
No related merge requests found
No preview for this file type
No preview for this file type
File added
No preview for this file type
No preview for this file type
......@@ -43,15 +43,15 @@ def load_main_program():
base_dir = os.path.dirname(os.path.abspath(__file__))
dossier_path = os.path.join(base_dir,'Code_objets')
dossier_path = os.path.join(base_dir,'Objet')
sys.path.append(dossier_path)
import Menu
import menu
# Lancer le programme principal ici
a = Menu.App()
a = menu.App()
a.mainloop()
# Démarrer le splash screen dans un thread
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment