From 2074c14c35460e94e40e383feef0c119d2d7495e Mon Sep 17 00:00:00 2001 From: kmbn Date: Mon, 13 Nov 2017 11:20:08 +0100 Subject: [PATCH] Remove unused imports --- ckanext/googleanalytics/controller.py | 5 ----- ckanext/googleanalytics/plugin.py | 5 +---- setup.py | 1 - 3 files changed, 1 insertion(+), 10 deletions(-) diff --git a/ckanext/googleanalytics/controller.py b/ckanext/googleanalytics/controller.py index f375c05..feb0c81 100644 --- a/ckanext/googleanalytics/controller.py +++ b/ckanext/googleanalytics/controller.py @@ -2,16 +2,11 @@ import logging from ckan.lib.base import BaseController, c, render, request import dbutil -import urllib -import urllib2 - -import logging import ckan.logic as logic import hashlib import plugin from pylons import config -from webob.multidict import UnicodeMultiDict from paste.util.multidict import MultiDict from ckan.controllers.api import ApiController diff --git a/ckanext/googleanalytics/plugin.py b/ckanext/googleanalytics/plugin.py index 498a479..70e5bf6 100644 --- a/ckanext/googleanalytics/plugin.py +++ b/ckanext/googleanalytics/plugin.py @@ -2,14 +2,11 @@ import ast import logging import urllib import commands -import dbutil import paste.deploy.converters as converters -import pylons from ckan.lib.base import c import ckan.lib.helpers as h import ckan.plugins as p -import gasnippet -from routes.mapper import SubMapper, Mapper as _Mapper +from routes.mapper import SubMapper from pylons import config from ckan.controllers.package import PackageController diff --git a/setup.py b/setup.py index fcaaff2..92ac801 100644 --- a/setup.py +++ b/setup.py @@ -1,5 +1,4 @@ from setuptools import setup, find_packages -import sys, os version = '0.1'