Skip to content

Commit 24e98e0

Browse files
committed
removed import of local httplib2
1 parent 2f1e32f commit 24e98e0

File tree

1 file changed

+2
-5
lines changed
  • python/plugins/processing/algs/admintools/geoserver

1 file changed

+2
-5
lines changed

python/plugins/processing/algs/admintools/geoserver/catalog.py

+2-5
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,8 @@
4141
UnsavedLayerGroup
4242
from workspace import workspace_from_index, \
4343
Workspace
44-
try:
45-
from processing.algs.admintools import httplib2
46-
except ImportError:
47-
# If compiled without internal httplib2: Load external
48-
import httplib2
44+
45+
import httplib2
4946

5047

5148
logger = logging.getLogger('gsconfig.catalog')

0 commit comments

Comments
 (0)