Skip to content

Commit

Permalink
Revert "external httplib2"
Browse files Browse the repository at this point in the history
Unintentional change
This reverts commit 92d3f8a.
  • Loading branch information
m-kuhn committed Mar 11, 2014
1 parent c0cbfac commit 29ee8dd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion python/plugins/processing/admintools/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
FILE(GLOB PY_FILES *.py)

ADD_SUBDIRECTORY(geoserver)
ADD_SUBDIRECTORY(httplib2)

PLUGIN_INSTALL(processing ./admintools ${PY_FILES})
PLUGIN_INSTALL(processing ./admintools ${PY_FILES})
2 changes: 1 addition & 1 deletion python/plugins/processing/admintools/geoserver/catalog.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
UnsavedLayerGroup
from processing.admintools.geoserver.workspace import workspace_from_index, \
Workspace
import httplib2
from processing.admintools import httplib2


logger = logging.getLogger('gsconfig.catalog')
Expand Down

0 comments on commit 29ee8dd

Please sign in to comment.