From 7cf03c4de5244e7db3f44362a275f92368fd86ac Mon Sep 17 00:00:00 2001 From: Matthias Baumgartner Date: Sun, 8 Jan 2023 14:08:38 +0100 Subject: moved desktop widgets to windows --- tagit/apps/desktop.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tagit/apps') diff --git a/tagit/apps/desktop.py b/tagit/apps/desktop.py index 763439c..65501ad 100644 --- a/tagit/apps/desktop.py +++ b/tagit/apps/desktop.py @@ -13,7 +13,7 @@ from kivy.app import App from kivy.uix.settings import SettingsWithSidebar # tagit imports -from tagit.widgets import desktop +from tagit.windows import desktop # exports __all__: typing.Sequence[str] = ( -- cgit v1.2.3