maintenance: use modules properly

This commit is contained in:
Pau Ruiz i Safont
2018-03-10 19:09:19 +00:00
parent 79180885b5
commit 1cd6ff6b58
60 changed files with 26 additions and 27 deletions

View File

@@ -23,10 +23,11 @@ import os
import copy
from PyQt5 import QtWidgets, QtCore
import database
from lector import database
from lector.models import MostExcellentFileSystemModel
from lector.threaded import BackGroundBookSearch, BackGroundBookAddition
from resources import settingswindow
from models import MostExcellentFileSystemModel, FileSystemProxyModel
from threaded import BackGroundBookSearch, BackGroundBookAddition
class SettingsUI(QtWidgets.QDialog, settingswindow.Ui_Dialog):