Skip to content

Commit 474bd24

Browse files
committedNov 8, 2012
fixed missing scripts folder
1 parent 7094c19 commit 474bd24

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed
 

‎python/plugins/sextante/admintools/AdminToolsAlgorithmProvider.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
from sextante.admintools.DeleteDatastore import DeleteDatastore
3434
from sextante.admintools.CreateStyleGeoServer import CreateStyleGeoServer
3535
from sextante.core.AlgorithmProvider import AlgorithmProvider
36-
from PyQt4 import QtGui
3736

3837
class AdminToolsAlgorithmProvider(AlgorithmProvider):
3938

‎python/plugins/sextante/admintools/CreateWorkspace.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,7 @@
2323
# This will get replaced with a git SHA1 when you do a git archive
2424
__revision__ = '$Format:%H$'
2525

26-
import os
2726
from qgis.core import *
28-
from PyQt4 import QtGui
2927
from sextante.parameters.ParameterString import ParameterString
3028
from sextante.admintools.GeoServerToolsAlgorithm import GeoServerToolsAlgorithm
3129
from sextante.outputs.OutputString import OutputString

‎python/plugins/sextante/script/scripts/dummy.txt

Whitespace-only changes.

0 commit comments

Comments
 (0)
Please sign in to comment.