From 05226bea40ce326312adcd4a00b7d06e09b0d0f8 Mon Sep 17 00:00:00 2001 From: Art Rhyno Date: Thu, 23 Jun 2011 20:52:34 -0400 Subject: [PATCH] Remove unnecessary constant Signed-off-by: Art Rhyno --- conifer/integration/evergreen_example.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/conifer/integration/evergreen_example.py b/conifer/integration/evergreen_example.py index a050565..7b57df3 100644 --- a/conifer/integration/evergreen_example.py +++ b/conifer/integration/evergreen_example.py @@ -15,9 +15,6 @@ class EvergreenExampleIntegration(EvergreenIntegration): OPAC_LANG = 'en-US' OPAC_SKIN = 'default' - RESERVES_DESK_NAME = 'Reserves' - SITE_DEFAULT_ACCESS_LEVEL = 'RESTR' - def external_person_lookup(self, userid): """ Given a userid, return either None (if the user cannot be found), -- 2.11.0