Skip to content

Commit

Permalink
removed import of local httplib2
Browse files Browse the repository at this point in the history
  • Loading branch information
volaya committed May 22, 2014
1 parent 2f1e32f commit 24e98e0
Showing 1 changed file with 2 additions and 5 deletions.
Expand Up @@ -41,11 +41,8 @@
UnsavedLayerGroup
from workspace import workspace_from_index, \
Workspace
try:
from processing.algs.admintools import httplib2
except ImportError:
# If compiled without internal httplib2: Load external
import httplib2

import httplib2


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

0 comments on commit 24e98e0

Please sign in to comment.