aboutsummaryrefslogtreecommitdiffstats
path: root/python/extensionmanager/list.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/extensionmanager/list.py')
-rw-r--r--python/extensionmanager/list.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/python/extensionmanager/list.py b/python/extensionmanager/list.py
index 2996be3..d213c35 100644
--- a/python/extensionmanager/list.py
+++ b/python/extensionmanager/list.py
@@ -40,9 +40,10 @@
# Ui for extension list view
+from . import actions
+
from PySide2 import QtCore, QtWidgets, QtGui
from PythonExtension import PluginInstance as instance
-import actions
class ExtensionList(QtWidgets.QListWidget):
def __init__(self):