Skip to content

Commit

Permalink
Remove tkdnd temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
tomlin7 committed Jun 15, 2022
1 parent 5e554f5 commit 259b408
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions biscuit/core/root.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
import tkinter as tk
from tkinterDnD import Tk

from .layout import PrimaryPane
from .components.menubar import MenuBar
from .components.statusbar import StatusBar
from .components.command_palette import CommandPalette


class Root(Tk):
class Root(tk.Tk):
def __init__(self, base, *args, **kwargs):
super().__init__(*args, **kwargs)
self.base = base
Expand Down

0 comments on commit 259b408

Please sign in to comment.