diff options
author | Matthias Baumgartner <dev@igsor.net> | 2023-01-08 14:08:38 +0100 |
---|---|---|
committer | Matthias Baumgartner <dev@igsor.net> | 2023-01-08 14:08:38 +0100 |
commit | 7cf03c4de5244e7db3f44362a275f92368fd86ac (patch) | |
tree | 244250da9c58bd23b9257d4ce9dda0a844c06e05 /tagit/apps | |
parent | 37f1ac3f456b6677d9ce14274f3987ccda752f03 (diff) | |
download | tagit-7cf03c4de5244e7db3f44362a275f92368fd86ac.tar.gz tagit-7cf03c4de5244e7db3f44362a275f92368fd86ac.tar.bz2 tagit-7cf03c4de5244e7db3f44362a275f92368fd86ac.zip |
moved desktop widgets to windows
Diffstat (limited to 'tagit/apps')
-rw-r--r-- | tagit/apps/desktop.py | 2 |
1 files changed, 1 insertions, 1 deletions
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] = ( |