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
491a583d
Commit
491a583d
authored
Sep 26, 2011
by
Tres Seaver
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
PEP8
parent
f9592522
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
src/OFS/misc_.py
src/OFS/misc_.py
+4
-4
No files found.
src/OFS/misc_.py
View file @
491a583d
...
@@ -15,7 +15,11 @@ from os.path import dirname
...
@@ -15,7 +15,11 @@ from os.path import dirname
from
AccessControl.class_init
import
InitializeClass
from
AccessControl.class_init
import
InitializeClass
from
AccessControl.SecurityInfo
import
ClassSecurityInfo
from
AccessControl.SecurityInfo
import
ClassSecurityInfo
import
App
from
App.ImageFile
import
ImageFile
from
App.ImageFile
import
ImageFile
import
HelpSys
import
OFS
import
webdav
class
misc_
:
class
misc_
:
...
@@ -34,20 +38,17 @@ class p_:
...
@@ -34,20 +38,17 @@ class p_:
here
=
dirname
(
__file__
)
here
=
dirname
(
__file__
)
broken
=
ImageFile
(
'www/broken.gif'
,
here
)
broken
=
ImageFile
(
'www/broken.gif'
,
here
)
import
OFS
ofs_dir
=
dirname
(
OFS
.
__file__
)
ofs_dir
=
dirname
(
OFS
.
__file__
)
User_icon
=
ImageFile
(
'www/User_icon.gif'
,
ofs_dir
)
User_icon
=
ImageFile
(
'www/User_icon.gif'
,
ofs_dir
)
locked
=
ImageFile
(
'www/modified.gif'
,
here
)
locked
=
ImageFile
(
'www/modified.gif'
,
here
)
lockedo
=
ImageFile
(
'www/locked.gif'
,
here
)
lockedo
=
ImageFile
(
'www/locked.gif'
,
here
)
import
webdav
davlocked
=
ImageFile
(
'www/davlock.gif'
,
dirname
(
webdav
.
__file__
))
davlocked
=
ImageFile
(
'www/davlock.gif'
,
dirname
(
webdav
.
__file__
))
pl
=
ImageFile
(
'www/Plus_icon.gif'
,
ofs_dir
)
pl
=
ImageFile
(
'www/Plus_icon.gif'
,
ofs_dir
)
mi
=
ImageFile
(
'www/Minus_icon.gif'
,
ofs_dir
)
mi
=
ImageFile
(
'www/Minus_icon.gif'
,
ofs_dir
)
import
App
app_dir
=
dirname
(
App
.
__file__
)
app_dir
=
dirname
(
App
.
__file__
)
rtab
=
ImageFile
(
'www/rtab.gif'
,
app_dir
)
rtab
=
ImageFile
(
'www/rtab.gif'
,
app_dir
)
ltab
=
ImageFile
(
'www/ltab.gif'
,
app_dir
)
ltab
=
ImageFile
(
'www/ltab.gif'
,
app_dir
)
...
@@ -73,7 +74,6 @@ class p_:
...
@@ -73,7 +74,6 @@ class p_:
Properties_icon
=
ImageFile
(
'www/Properties_icon.gif'
,
ofs_dir
)
Properties_icon
=
ImageFile
(
'www/Properties_icon.gif'
,
ofs_dir
)
Propertysheets_icon
=
ImageFile
(
'www/Properties_icon.gif'
,
ofs_dir
)
Propertysheets_icon
=
ImageFile
(
'www/Properties_icon.gif'
,
ofs_dir
)
import
HelpSys
helpsys_dir
=
dirname
(
HelpSys
.
__file__
)
helpsys_dir
=
dirname
(
HelpSys
.
__file__
)
ProductHelp_icon
=
ImageFile
(
'images/productHelp.gif'
,
helpsys_dir
)
ProductHelp_icon
=
ImageFile
(
'images/productHelp.gif'
,
helpsys_dir
)
HelpTopic_icon
=
ImageFile
(
'images/helpTopic.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