Skip to content

Commit

Permalink
Change meta-type
Browse files Browse the repository at this point in the history
  • Loading branch information
Evan Simpson committed Jan 11, 2001
1 parent c4b8ade commit aa7178e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 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.13 $'[11:-2]
__version__='$Revision: 1.14 $'[11:-2]

import sys, os, traceback, re
from Globals import DTMLFile
Expand Down Expand Up @@ -132,7 +132,7 @@ class PythonScript(Script, Historical, Cacheable):
not attempt to use the "exec" statement or certain restricted builtins.
"""

meta_type='Python Script'
meta_type='Script (Python)'
_proxy_roles = ()

_params = _body = ''
Expand Down

0 comments on commit aa7178e

Please sign in to comment.