Skip to content

Commit

Permalink
fixed missing scripts folder
Browse files Browse the repository at this point in the history
  • Loading branch information
volaya committed Nov 8, 2012
1 parent 7094c19 commit 474bd24
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
Expand Up @@ -33,7 +33,6 @@
from sextante.admintools.DeleteDatastore import DeleteDatastore
from sextante.admintools.CreateStyleGeoServer import CreateStyleGeoServer
from sextante.core.AlgorithmProvider import AlgorithmProvider
from PyQt4 import QtGui

class AdminToolsAlgorithmProvider(AlgorithmProvider):

Expand Down
2 changes: 0 additions & 2 deletions python/plugins/sextante/admintools/CreateWorkspace.py
Expand Up @@ -23,9 +23,7 @@
# This will get replaced with a git SHA1 when you do a git archive
__revision__ = '$Format:%H$'

import os
from qgis.core import *
from PyQt4 import QtGui
from sextante.parameters.ParameterString import ParameterString
from sextante.admintools.GeoServerToolsAlgorithm import GeoServerToolsAlgorithm
from sextante.outputs.OutputString import OutputString
Expand Down
Empty file.

0 comments on commit 474bd24

Please sign in to comment.