We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f1e32f commit 24e98e0Copy full SHA for 24e98e0
python/plugins/processing/algs/admintools/geoserver/catalog.py
@@ -41,11 +41,8 @@
41
UnsavedLayerGroup
42
from workspace import workspace_from_index, \
43
Workspace
44
-try:
45
- from processing.algs.admintools import httplib2
46
-except ImportError:
47
- # If compiled without internal httplib2: Load external
48
- import httplib2
+
+import httplib2
49
50
51
logger = logging.getLogger('gsconfig.catalog')
0 commit comments