Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
Zope
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
Zope
Commits
6bb2fb3c
Commit
6bb2fb3c
authored
Sep 26, 2011
by
Tres Seaver
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
PEP8.
parent
209486cb
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
src/OFS/misc_.py
src/OFS/misc_.py
+6
-6
No files found.
src/OFS/misc_.py
View file @
6bb2fb3c
...
...
@@ -13,9 +13,15 @@
from
os.path
import
dirname
import
AccessControl
from
AccessControl.SecurityInfo
import
ClassSecurityInfo
import
App
from
App.class_init
import
InitializeClass
from
App.ImageFile
import
ImageFile
import
HelpSys
import
OFS
import
TreeDisplay
import
webdav
class
misc_
:
...
...
@@ -34,21 +40,17 @@ class p_:
here
=
dirname
(
__file__
)
broken
=
ImageFile
(
'www/broken.gif'
,
here
)
import
AccessControl
User_icon
=
ImageFile
(
'www/User_icon.gif'
,
dirname
(
AccessControl
.
__file__
))
locked
=
ImageFile
(
'www/modified.gif'
,
here
)
lockedo
=
ImageFile
(
'www/locked.gif'
,
here
)
import
webdav
davlocked
=
ImageFile
(
'www/davlock.gif'
,
dirname
(
webdav
.
__file__
))
import
TreeDisplay
treedisplay_dir
=
dirname
(
TreeDisplay
.
__file__
)
pl
=
ImageFile
(
'www/Plus_icon.gif'
,
treedisplay_dir
)
mi
=
ImageFile
(
'www/Minus_icon.gif'
,
treedisplay_dir
)
import
App
app_dir
=
dirname
(
App
.
__file__
)
rtab
=
ImageFile
(
'www/rtab.gif'
,
app_dir
)
ltab
=
ImageFile
(
'www/ltab.gif'
,
app_dir
)
...
...
@@ -56,7 +58,6 @@ class p_:
r_arrow_gif
=
ImageFile
(
'www/r_arrow.gif'
,
here
)
l_arrow_gif
=
ImageFile
(
'www/l_arrow.gif'
,
here
)
import
OFS
ofs_dir
=
dirname
(
OFS
.
__file__
)
ControlPanel_icon
=
ImageFile
(
'www/ControlPanel_icon.gif'
,
ofs_dir
)
ApplicationManagement_icon
=
ImageFile
(
'www/cpSystem.gif'
,
app_dir
)
...
...
@@ -76,7 +77,6 @@ class p_:
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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment