Skip to content

Commit

Permalink
removed trash
Browse files Browse the repository at this point in the history
  • Loading branch information
zopyx committed Jun 18, 2001
1 parent 2e7ae43 commit 128d4a0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions PythonScript.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
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
Expand Down Expand Up @@ -241,7 +241,6 @@ def ZPythonScriptHTML_changePrefs(self, REQUEST, height=None, width=None,

def ZScriptHTML_tryParams(self):
"""Parameters to test the script with."""
print self._params
param_names = []
for name in self._params.split(','):

Expand Down

0 comments on commit 128d4a0

Please sign in to comment.