More import fixes

This commit is contained in:
Ebag333
2017-02-08 22:47:02 -08:00
parent 23c6f2add5
commit 32944f4c9c
10 changed files with 10 additions and 5 deletions

View File

@@ -127,6 +127,7 @@ if __name__ == "__main__":
import os.path
import eos.db
# noinspection PyUnresolvedReferences
import service.prefetch # noqa: F401
from gui.mainFrame import MainFrame