Refactoring, settings cleanup, glade load fixes

This commit is contained in:
2023-02-23 18:48:37 -06:00
parent b8306a9c4d
commit 596608642f
15 changed files with 313 additions and 182 deletions

View File

@@ -1,7 +1,7 @@
# Python imports
import os
import sys
import portlib
import importlib
import traceback
from os.path import join
from os.path import isdir
@@ -13,7 +13,8 @@ from gi.repository import Gtk
from gi.repository import Gio
# Application imports
from .manifest import Plugin, ManifestProcessor
from .manifest import Plugin
from .manifest import ManifestProcessor