Skip to content

Commit

Permalink
renamed default.py -> default_py (Collector # 2272)
Browse files Browse the repository at this point in the history
  • Loading branch information
zopyx committed Jun 1, 2001
1 parent 72bbe60 commit 8d8c7ee
Show file tree
Hide file tree
Showing 2 changed files 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.27 $'[11:-2]
__version__='$Revision: 1.28 $'[11:-2]

import sys, os, traceback, re, marshal
from Globals import DTMLFile, MessageDialog, package_home
Expand All @@ -116,7 +116,7 @@

manage_addPythonScriptForm = DTMLFile('www/pyScriptAdd', globals())
_default_file = os.path.join(package_home(globals()),
'www', 'default.py')
'www', 'default_py')

_marker = [] # Create a new marker object

Expand Down
File renamed without changes.

0 comments on commit 8d8c7ee

Please sign in to comment.