Commit 125bfcbb authored by Jim Fulton's avatar Jim Fulton

Tries to get rid of base ref.

parent 4f31a757
...@@ -518,7 +518,7 @@ Publishing a module using Fast CGI ...@@ -518,7 +518,7 @@ Publishing a module using Fast CGI
o Configure the Fast CGI-enabled web server to execute this o Configure the Fast CGI-enabled web server to execute this
file. file.
$Id: Publish.py,v 1.45 1997/07/28 21:46:17 jim Exp $""" $Id: Publish.py,v 1.46 1997/07/28 22:01:58 jim Exp $"""
#' #'
# Copyright # Copyright
# #
...@@ -572,7 +572,7 @@ $Id: Publish.py,v 1.45 1997/07/28 21:46:17 jim Exp $""" ...@@ -572,7 +572,7 @@ $Id: Publish.py,v 1.45 1997/07/28 21:46:17 jim Exp $"""
# #
# See end of file for change log. # See end of file for change log.
# #
__version__='$Revision: 1.45 $'[11:-2] __version__='$Revision: 1.46 $'[11:-2]
def main(): def main():
...@@ -898,7 +898,6 @@ class ModulePublisher: ...@@ -898,7 +898,6 @@ class ModulePublisher:
parents[i]=p parents[i]=p
except: pass except: pass
query['PARENTS']=parents query['PARENTS']=parents
response.setBase(self.base,URL)
args=[] args=[]
nrequired=len(argument_names) - (len(defaults or [])) nrequired=len(argument_names) - (len(defaults or []))
...@@ -1688,6 +1687,9 @@ def publish_module(module_name, ...@@ -1688,6 +1687,9 @@ def publish_module(module_name,
# #
# $Log: Publish.py,v $ # $Log: Publish.py,v $
# Revision 1.46 1997/07/28 22:01:58 jim
# Tries to get rid of base ref.
#
# Revision 1.45 1997/07/28 21:46:17 jim # Revision 1.45 1997/07/28 21:46:17 jim
# Added roles. # Added roles.
# Tries to get rid of base ref. # Tries to get rid of base ref.
......
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