Fixing some issues due to import cleanup

This commit is contained in:
Ebag333
2016-12-14 13:06:13 -08:00
parent 0ebb992354
commit 956fa7a8b7
4 changed files with 16 additions and 19 deletions

View File

@@ -50,9 +50,8 @@ from gui.preferenceDialog import PreferenceDialog
from gui.graphFrame import GraphFrame
from gui.copySelectDialog import CopySelectDialog
from gui.utils.clipboard import toClipboard, fromClipboard
from gui.fleetBrowser import FleetBrowser # Noqa - TODO: unsure if this is needed here
from gui.updateDialog import UpdateDialog
from gui.builtinViews import * # Noqa - TODO: unsure if this is needed here
from gui.builtinViews import * # TODO: unsure if this is needed here
from gui import graphFrame
from service.settings import SettingsProvider