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
7d2e5622
Commit
7d2e5622
authored
Sep 08, 1998
by
Jim Fulton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Got rid of some extra imports.
parent
932645b8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
6 deletions
+9
-6
lib/python/DocumentTemplate/DT_InSV.py
lib/python/DocumentTemplate/DT_InSV.py
+6
-3
lib/python/DocumentTemplate/VSEval.py
lib/python/DocumentTemplate/VSEval.py
+3
-3
No files found.
lib/python/DocumentTemplate/DT_InSV.py
View file @
7d2e5622
...
...
@@ -54,10 +54,10 @@
__doc__
=
'''Sequence variables support
$Id: DT_InSV.py,v 1.
5 1998/09/02 14:35:53
jim Exp $'''
__version__
=
'$Revision: 1.
5
$'
[
11
:
-
2
]
$Id: DT_InSV.py,v 1.
6 1998/09/08 16:06:09
jim Exp $'''
__version__
=
'$Revision: 1.
6
$'
[
11
:
-
2
]
from
string
import
lower
,
upper
,
rfind
from
string
import
lower
,
rfind
from
math
import
sqrt
TupleType
=
type
(())
try
:
...
...
@@ -404,6 +404,9 @@ def opt(start,end,size,orphan,sequence):
##############################################################################
#
# $Log: DT_InSV.py,v $
# Revision 1.6 1998/09/08 16:06:09 jim
# Got rid of some extra imports.
#
# Revision 1.5 1998/09/02 14:35:53 jim
# open source copyright
#
...
...
lib/python/DocumentTemplate/VSEval.py
View file @
7d2e5622
...
...
@@ -54,10 +54,10 @@
"""Very Safe Python Expressions
"""
__rcs_id__
=
'$Id: VSEval.py,v 1.1
6 1998/09/02 21:06:07
jim Exp $'
__version__
=
'$Revision: 1.1
6
$'
[
11
:
-
2
]
__rcs_id__
=
'$Id: VSEval.py,v 1.1
7 1998/09/08 16:03:00
jim Exp $'
__version__
=
'$Revision: 1.1
7
$'
[
11
:
-
2
]
from
string
import
join
,
find
,
split
,
translate
from
string
import
translate
import
string
gparse
=
None
...
...
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