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
ef7fe698
Commit
ef7fe698
authored
Sep 08, 1998
by
Jim Fulton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Cleaned up a string constant.
parent
7d2e5622
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
lib/python/DocumentTemplate/DT_Util.py
lib/python/DocumentTemplate/DT_Util.py
+5
-4
No files found.
lib/python/DocumentTemplate/DT_Util.py
View file @
ef7fe698
...
...
@@ -51,11 +51,11 @@
# (540) 371-6909
#
##############################################################################
'''$Id: DT_Util.py,v 1.4
3 1998/09/04 20:45:58
jim Exp $'''
__version__
=
'$Revision: 1.4
3
$'
[
11
:
-
2
]
'''$Id: DT_Util.py,v 1.4
4 1998/09/08 16:06:53
jim Exp $'''
__version__
=
'$Revision: 1.4
4
$'
[
11
:
-
2
]
import
regex
,
string
,
math
,
os
from
string
import
rfind
,
strip
,
join
,
atoi
,
lower
,
upper
,
capitalize
,
split
,
find
from
string
import
rfind
,
strip
,
join
,
atoi
,
lower
,
capitalize
,
split
,
find
import
VSEval
str
=
__builtins__
[
'str'
]
# Waaaaa, waaaaaaaa needed for pickling waaaaa
...
...
@@ -251,7 +251,8 @@ def name_param(params,tag='',expr=0, attr='name', default_unnamed=1):
tag
)
return
v
,
expr
else
:
raise
ParseError
,
(
'The "..." shorthand for expr was used in a tag that doesn
\
'
t support expr attributes.'
,
'The "..." shorthand for expr was used in a tag '
'that doesn
\
'
t support expr attributes.'
,
tag
)
else
:
# name shorthand
...
...
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