Commit e0819680 authored by Thorfin89's avatar Thorfin89

Correction sur l'import de NORMAL et DISABLED

parent 9086412a
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
# Licence Creative Commons : BY-NC-SA # Licence Creative Commons : BY-NC-SA
from tkinter import Tk, Frame, Label, Entry, Button, Scale, Menu, Spinbox, messagebox, PhotoImage, IntVar from tkinter import Tk, Frame, Label, Entry, Button, Scale, Menu, Spinbox, messagebox, PhotoImage, IntVar
from tkinter import SUNKEN, HORIZONTAL, CENTER from tkinter import SUNKEN, HORIZONTAL, CENTER, DISABLED, NORMAL
from tkinter.colorchooser import askcolor from tkinter.colorchooser import askcolor
from tkinter import filedialog from tkinter import filedialog
from tk_tools import SmartSpinBox from tk_tools import SmartSpinBox
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment