[Zope-Checkins] SVN: Zope/branches/2.13/src/OFS/misc_.py PEP8
Tres Seaver
tseaver at palladion.com
Mon Sep 26 15:44:29 EST 2011
Log message for revision 122956:
PEP8
Changed:
U Zope/branches/2.13/src/OFS/misc_.py
-=-
Modified: Zope/branches/2.13/src/OFS/misc_.py
===================================================================
--- Zope/branches/2.13/src/OFS/misc_.py 2011-09-26 20:44:02 UTC (rev 122955)
+++ Zope/branches/2.13/src/OFS/misc_.py 2011-09-26 20:44:29 UTC (rev 122956)
@@ -15,7 +15,11 @@
from AccessControl.class_init import InitializeClass
from AccessControl.SecurityInfo import ClassSecurityInfo
+import App
from App.ImageFile import ImageFile
+import HelpSys
+import OFS
+import webdav
class misc_:
@@ -34,20 +38,17 @@
here = dirname(__file__)
broken = ImageFile('www/broken.gif', here)
- import OFS
ofs_dir = dirname(OFS.__file__)
User_icon = ImageFile('www/User_icon.gif', ofs_dir)
locked = ImageFile('www/modified.gif', here)
lockedo = ImageFile('www/locked.gif', here)
- import webdav
davlocked = ImageFile('www/davlock.gif', dirname(webdav.__file__))
pl = ImageFile('www/Plus_icon.gif', ofs_dir)
mi = ImageFile('www/Minus_icon.gif', ofs_dir)
- import App
app_dir = dirname(App.__file__)
rtab = ImageFile('www/rtab.gif', app_dir)
ltab = ImageFile('www/ltab.gif', app_dir)
@@ -73,7 +74,6 @@
Properties_icon = ImageFile('www/Properties_icon.gif', ofs_dir)
Propertysheets_icon = ImageFile('www/Properties_icon.gif', ofs_dir)
- import HelpSys
helpsys_dir = dirname(HelpSys.__file__)
ProductHelp_icon=ImageFile('images/productHelp.gif', helpsys_dir)
HelpTopic_icon=ImageFile('images/helpTopic.gif', helpsys_dir)
More information about the Zope-Checkins
mailing list