minor formatting changes

pull/1/head
Ed Summers 2012-01-17 23:22:07 -05:00
parent 23c3758e84
commit db576571bb
1 changed files with 17 additions and 17 deletions

View File

@ -14,12 +14,12 @@ import regluit.core.isbn
logger = logging.getLogger(__name__)
def add_by_oclc(isbn, work=None):
# this is indirection in case we have a data source other than google
return add_by_oclc_from_google(isbn)
def add_by_oclc_from_google(oclc):
if oclc:
logger.info("adding book by oclc %s" , oclc)