cleanup imports

This commit is contained in:
j 2014-08-12 10:16:57 +02:00
commit 12440acd96
22 changed files with 119 additions and 122 deletions

View file

@ -2,19 +2,20 @@
# vi:si:et:sw=4:sts=4:ts=4
from __future__ import division
from datetime import datetime
from urllib import urlencode
import json
from datetime import datetime
from ox.cache import read_url
from marc_countries import COUNTRIES
from dewey import get_classification
from marc_countries import COUNTRIES
from utils import normalize_isbn
import logging
logger = logging.getLogger('meta.openlibrary')
KEYS = {
'authors': 'author',
'covers': 'cover',