- Removed print statements

- fixed #45
This commit is contained in:
trigg 2020-09-30 13:51:51 +01:00
parent 5d6632455d
commit 463b59a098
10 changed files with 102 additions and 41 deletions

View file

@ -5,6 +5,7 @@ gi.require_version('GdkPixbuf', '2.0')
import cairo
from gi.repository.GdkPixbuf import Pixbuf
from gi.repository import Gtk, GLib, Gio, GdkPixbuf, Gdk, Pango, PangoCairo
import logging
class DraggableWindow(Gtk.Window):