File tree Expand file tree Collapse file tree 2 files changed +3
-14
lines changed
python/plugins/processing/algs/gdal Expand file tree Collapse file tree 2 files changed +3
-14
lines changed Original file line number Diff line number Diff line change 25
25
26
26
__revision__ = '$Format:%H$'
27
27
28
- import os
29
-
30
- from PyQt4 .QtCore import *
31
- from PyQt4 .QtGui import *
32
-
33
- from qgis .core import *
34
-
35
28
from processing .core .parameters import ParameterVector
36
29
from processing .core .parameters import ParameterString
37
30
from processing .core .parameters import ParameterCrs
40
33
from processing .core .parameters import ParameterExtent
41
34
from processing .core .parameters import ParameterTableField
42
35
43
- from processing .tools .system import *
36
+ from processing .tools .system import isWindows
44
37
45
38
from processing .algs .gdal .OgrAlgorithm import OgrAlgorithm
46
39
from processing .algs .gdal .GdalUtils import GdalUtils
Original file line number Diff line number Diff line change 25
25
26
26
__revision__ = '$Format:%H$'
27
27
28
- import os
29
28
30
- from PyQt4 .QtCore import *
31
- from PyQt4 .QtGui import *
32
-
33
- from qgis .core import *
29
+ from PyQt4 .QtCore import QSettings
34
30
35
31
from processing .core .parameters import ParameterVector
36
32
from processing .core .parameters import ParameterString
40
36
from processing .core .parameters import ParameterExtent
41
37
from processing .core .parameters import ParameterTableField
42
38
43
- from processing .tools .system import *
39
+ from processing .tools .system import isWindows
44
40
45
41
from processing .algs .gdal .OgrAlgorithm import OgrAlgorithm
46
42
from processing .algs .gdal .GdalUtils import GdalUtils
You can’t perform that action at this time.
0 commit comments