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
932645b8
Commit
932645b8
authored
Sep 08, 1998
by
Jim Fulton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added atoi to string import.
parent
92f0c4a0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
3 deletions
+6
-3
lib/python/DocumentTemplate/DT_Var.py
lib/python/DocumentTemplate/DT_Var.py
+6
-3
No files found.
lib/python/DocumentTemplate/DT_Var.py
View file @
932645b8
...
...
@@ -164,12 +164,12 @@ Evaluating expressions without rendering results
'''
# '
__rcs_id__
=
'$Id: DT_Var.py,v 1.1
8 1998/09/08 15:05:32
jim Exp $'
__version__
=
'$Revision: 1.1
8
$'
[
11
:
-
2
]
__rcs_id__
=
'$Id: DT_Var.py,v 1.1
9 1998/09/08 15:55:46
jim Exp $'
__version__
=
'$Revision: 1.1
9
$'
[
11
:
-
2
]
from
DT_Util
import
parse_params
,
name_param
,
html_quote
,
str
import
regex
,
string
,
sys
,
regex
from
string
import
find
,
split
,
join
from
string
import
find
,
split
,
join
,
atoi
class
Var
:
name
=
'var'
...
...
@@ -390,6 +390,9 @@ class Comment:
############################################################################
# $Log: DT_Var.py,v $
# Revision 1.19 1998/09/08 15:55:46 jim
# Added atoi to string import.
#
# Revision 1.18 1998/09/08 15:05:32 jim
# added str to DT_Util import to address pickling lamosities
#
...
...
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