changed imports as some were not necessary and others are now mandatory
This commit is contained in:
parent
fc3e1a613e
commit
746b073572
@ -24,7 +24,6 @@ https://www.iconfinder.com/iconsets/flavour
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
import os
|
import os
|
||||||
import platform
|
|
||||||
import sys
|
import sys
|
||||||
from PySide.QtCore import *
|
from PySide.QtCore import *
|
||||||
from PySide.QtGui import *
|
from PySide.QtGui import *
|
||||||
@ -34,6 +33,7 @@ from pylot.core.util import _getVersionString
|
|||||||
from pylot.core.read import (Data,
|
from pylot.core.read import (Data,
|
||||||
FilterOptions)
|
FilterOptions)
|
||||||
from pylot.core.util import FILTERDEFAULTS
|
from pylot.core.util import FILTERDEFAULTS
|
||||||
|
from pylot.core.util import fnConstructor
|
||||||
from pylot.core.util import checkurl
|
from pylot.core.util import checkurl
|
||||||
from pylot.core.util import (PickDlg,
|
from pylot.core.util import (PickDlg,
|
||||||
FilterOptionsDialog,
|
FilterOptionsDialog,
|
||||||
|
Loading…
Reference in New Issue
Block a user