summaryrefslogtreecommitdiff
path: root/nephilim/main_window.py
diff options
context:
space:
mode:
Diffstat (limited to 'nephilim/main_window.py')
-rw-r--r--nephilim/main_window.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/nephilim/main_window.py b/nephilim/main_window.py
index 441d65f..a832dc5 100644
--- a/nephilim/main_window.py
+++ b/nephilim/main_window.py
@@ -20,9 +20,9 @@ from PyQt5 import QtGui, QtWidgets, QtCore
from PyQt5.QtCore import pyqtSlot as Slot
import logging
-from common import APPNAME, sec2min, appIcon
-import icons
-import data
+from .common import APPNAME, sec2min, appIcon
+from . import icons
+from . import data
class MainWindow(QtWidgets.QMainWindow):
"""