tree3po commited on
Commit
076e470
·
verified ·
1 Parent(s): f19d352

Update Kinetix/kinetix/editor.py

Browse files
Files changed (1) hide show
  1. Kinetix/kinetix/editor.py +2 -2
Kinetix/kinetix/editor.py CHANGED
@@ -106,8 +106,8 @@ from kinetix.util.saving import (
106
  from kinetix.util.timing import time_function
107
  from tkinter import Tk
108
 
109
- root = Tk()
110
- root.destroy()
111
 
112
  ee = tmr()
113
  print(f"Imported in {ee - ss} seconds")
 
106
  from kinetix.util.timing import time_function
107
  from tkinter import Tk
108
 
109
+ #root = Tk()
110
+ #root.destroy()
111
 
112
  ee = tmr()
113
  print(f"Imported in {ee - ss} seconds")