- I really shouldn't leave it so long between runs
This commit is contained in:
Trigg 2022-03-14 17:13:41 +00:00
parent d01c01b3cf
commit 695caaf2cf
13 changed files with 138 additions and 151 deletions

View file

@ -15,7 +15,7 @@ import gi
import cairo
gi.require_version("Gtk", "3.0")
# pylint: disable=wrong-import-position
from gi.repository import Gtk, Gdk
from gi.repository import Gtk, Gdk # nopep8
class DraggableWindow(Gtk.Window):