From 42e6a477dfbd89cbec11e81a18ccd5fcc38b5989 Mon Sep 17 00:00:00 2001 From: gfawcett Date: Sun, 3 Apr 2011 00:37:43 +0000 Subject: [PATCH] * conifer/integration/uwindsor.py: tweaks git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@1297 6d9bc8c9-1ec2-4278-b937-99fde70a366f --- conifer/integration/uwindsor.py | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/conifer/integration/uwindsor.py b/conifer/integration/uwindsor.py index 8bf8e1c..effaf2c 100644 --- a/conifer/integration/uwindsor.py +++ b/conifer/integration/uwindsor.py @@ -89,12 +89,10 @@ CACHE_TIME = 300 @memoize(timeout=CACHE_TIME) def _item_status(bib_id): - """ - At this point, status information does not require the opensrf - bindings, I am not sure there is a use case where an evergreen - site would not have access to these but will leave for now - since there are no hardcoded references - """ + # At this point, status information does not require the opensrf + # bindings, I am not sure there is a use case where an evergreen + # site would not have access to these but will leave for now + # since there are no hardcoded references if bib_id: try: @@ -333,8 +331,6 @@ if USE_Z3950: returns a MARCXML record with broken character encoding. This function declares a point at which we can work around that server. """ - - print marc_string bib_id = marc_to_bib_id(marc_string) better = bib_id_to_marcxml(bib_id) # don't return the "better" record if there's no 901c in it... -- 2.11.0