Use dropship relative import

This commit is contained in:
Luke Murphy 2020-10-11 11:54:12 +02:00
parent 4fa795c7d8
commit 04a6002446
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC

View File

@ -13,7 +13,7 @@ from gi.repository import Gdk
from gi.repository import GLib
from gi.repository import Gtk
from ui_templates import pendingTransferRow
from dropship.templates import pendingTransferRow
class DropShip: