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
2f8660ad
Commit
2f8660ad
authored
Jan 10, 2001
by
Evan Simpson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor cleanup
parent
43f6ead4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
lib/python/Products/PythonScripts/PythonScript.py
lib/python/Products/PythonScripts/PythonScript.py
+2
-3
No files found.
lib/python/Products/PythonScripts/PythonScript.py
View file @
2f8660ad
...
@@ -89,10 +89,10 @@ This product provides support for Script objects containing restricted
...
@@ -89,10 +89,10 @@ This product provides support for Script objects containing restricted
Python code.
Python code.
"""
"""
__version__
=
'$Revision: 1.1
2
$'
[
11
:
-
2
]
__version__
=
'$Revision: 1.1
3
$'
[
11
:
-
2
]
import
sys
,
os
,
traceback
,
re
import
sys
,
os
,
traceback
,
re
from
Globals
import
DTMLFile
,
package_home
from
Globals
import
DTMLFile
import
AccessControl
,
OFS
,
Guarded
import
AccessControl
,
OFS
,
Guarded
from
OFS.SimpleItem
import
SimpleItem
from
OFS.SimpleItem
import
SimpleItem
from
DateTime.DateTime
import
DateTime
from
DateTime.DateTime
import
DateTime
...
@@ -104,7 +104,6 @@ from OFS.History import Historical, html_diff
...
@@ -104,7 +104,6 @@ from OFS.History import Historical, html_diff
from
OFS.Cache
import
Cacheable
from
OFS.Cache
import
Cacheable
from
zLOG
import
LOG
,
ERROR
,
INFO
from
zLOG
import
LOG
,
ERROR
,
INFO
_www
=
os
.
path
.
join
(
package_home
(
globals
()),
'www'
)
manage_addPythonScriptForm
=
DTMLFile
(
'www/pyScriptAdd'
,
globals
())
manage_addPythonScriptForm
=
DTMLFile
(
'www/pyScriptAdd'
,
globals
())
_marker
=
[]
# Create a new marker object
_marker
=
[]
# Create a new marker object
...
...
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