Remove unnecessary constant
authorArt Rhyno <art632000@yahoo.ca>
Fri, 24 Jun 2011 00:52:34 +0000 (20:52 -0400)
committerArt Rhyno <art632000@yahoo.ca>
Fri, 24 Jun 2011 00:52:34 +0000 (20:52 -0400)
Signed-off-by: Art Rhyno <art632000@yahoo.ca>
conifer/integration/evergreen_example.py

index a050565..7b57df3 100644 (file)
@@ -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),