Commit d8d2705b authored by Andreas Jung's avatar Andreas Jung

removed trash

parent a37d477a
......@@ -89,7 +89,7 @@ This product provides support for Script objects containing restricted
Python code.
"""
__version__='$Revision: 1.31 $'[11:-2]
__version__='$Revision: 1.32 $'[11:-2]
import sys, os, traceback, re, marshal
from Globals import DTMLFile, MessageDialog, package_home
......@@ -241,7 +241,6 @@ class PythonScript(Script, Historical, Cacheable):
def ZScriptHTML_tryParams(self):
"""Parameters to test the script with."""
print self._params
param_names = []
for name in self._params.split(','):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment