File tree Expand file tree Collapse file tree 3 files changed +0
-3
lines changed Expand file tree Collapse file tree 3 files changed +0
-3
lines changed Original file line number Diff line number Diff line change 33
33
from sextante .admintools .DeleteDatastore import DeleteDatastore
34
34
from sextante .admintools .CreateStyleGeoServer import CreateStyleGeoServer
35
35
from sextante .core .AlgorithmProvider import AlgorithmProvider
36
- from PyQt4 import QtGui
37
36
38
37
class AdminToolsAlgorithmProvider (AlgorithmProvider ):
39
38
Original file line number Diff line number Diff line change 23
23
# This will get replaced with a git SHA1 when you do a git archive
24
24
__revision__ = '$Format:%H$'
25
25
26
- import os
27
26
from qgis .core import *
28
- from PyQt4 import QtGui
29
27
from sextante .parameters .ParameterString import ParameterString
30
28
from sextante .admintools .GeoServerToolsAlgorithm import GeoServerToolsAlgorithm
31
29
from sextante .outputs .OutputString import OutputString
You can’t perform that action at this time.
0 commit comments