[Zope-PAS] cosmetics...

Willi Langenberger wlang at wu-wien.ac.at
Mon Sep 27 16:42:29 EDT 2004


Hi!

If anybody cares, here is a cosmetic patch (removing the duplicate
"ZMI stuff" comment, which crept in from one of my previous patches)...


\wlang{}

-- 
Willi.Langenberger at wu-wien.ac.at                Fax: +43/1/31336/9207
Zentrum fuer Informatikdienste, Wirtschaftsuniversitaet Wien, Austria

-----included file follows-----

--- PluggableAuthService.py.ori	2004-09-27 22:37:03.000000000 +0200
+++ PluggableAuthService.py	2004-09-27 22:37:34.000000000 +0200
@@ -169,14 +169,6 @@
 
     maxlistusers = -1   # Don't allow local role form to try to list us!
 
-    #
-    #   ZMI
-    #
-    arrow_right_gif = ImageFile( 'www/arrow-right.gif', globals() )
-    arrow_left_gif = ImageFile( 'www/arrow-left.gif', globals() )
-    arrow_up_gif = ImageFile( 'www/arrow-up.gif', globals() )
-    arrow_down_gif = ImageFile( 'www/arrow-down.gif', globals() )
-
     def getId( self ):
 
         return self._id
@@ -561,6 +553,11 @@
     #
     # ZMI stuff
     #
+    arrow_right_gif = ImageFile( 'www/arrow-right.gif', globals() )
+    arrow_left_gif = ImageFile( 'www/arrow-left.gif', globals() )
+    arrow_up_gif = ImageFile( 'www/arrow-up.gif', globals() )
+    arrow_down_gif = ImageFile( 'www/arrow-down.gif', globals() )
+
     security.declareProtected(ManageUsers, 'manage_search')
     manage_search = PageTemplateFile('www/pasSearch', globals())
 


More information about the Zope-PAS mailing list