Skip to content

Commit a2a6118

Browse files
Merge pull request #3181 from L0oop1/patch-1
Import tkinter as tk in notepad_support.py
2 parents f06b489 + 3b61cca commit a2a6118

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

notepad/notepad_support.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77

88
import sqlite3
9-
9+
import tkinter as tk
1010
try:
1111
from Tkinter import *
1212
except ImportError:

0 commit comments

Comments
 (0)