tuhi: move the gui/svg.py file to tuhi
One JSON to SVG converter per project is enough. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
f5bafb7f73
commit
ac811920b8
|
@ -15,7 +15,7 @@ from gettext import gettext as _
|
|||
from gi.repository import GObject, Gtk, GdkPixbuf, Gdk
|
||||
|
||||
from .config import Config
|
||||
from .svg import JsonSvg
|
||||
from tuhi.svg import JsonSvg
|
||||
|
||||
import gi
|
||||
gi.require_version("Gtk", "3.0")
|
||||
|
|
Loading…
Reference in New Issue