[Zope-Checkins] CVS: Zope/lib/python/RestrictedPython - Utilities.py:1.7.24.2
Andreas Jung
andreas@andreas-jung.com
Wed, 13 Nov 2002 16:18:25 -0500
Update of /cvs-repository/Zope/lib/python/RestrictedPython
In directory cvs.zope.org:/tmp/cvs-serv7875/lib/python/RestrictedPython
Modified Files:
Tag: ajung-restructuredtext-integration-branch
Utilities.py
Log Message:
moved reST/STX method to standard module
=== Zope/lib/python/RestrictedPython/Utilities.py 1.7.24.1 => 1.7.24.2 ===
--- Zope/lib/python/RestrictedPython/Utilities.py:1.7.24.1 Wed Nov 13 13:44:40 2002
+++ Zope/lib/python/RestrictedPython/Utilities.py Wed Nov 13 16:18:24 2002
@@ -15,8 +15,6 @@
import string, math, random, whrandom
import DocumentTemplate.sequence
-from reStructuredText import HTML as restHTML
-from StructuredText import HTML as stxHTML
utility_builtins = {}
@@ -24,8 +22,6 @@
utility_builtins['math'] = math
utility_builtins['random'] = random
utility_builtins['whrandom'] = whrandom
-utility_builtins['restHTML'] = restHTML
-utility_builtins['stxHTML'] = stxHTML
try:
import DateTime