Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
Zope
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
Zope
Commits
b0c76633
Commit
b0c76633
authored
Mar 24, 1998
by
Jim Fulton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed stupidity in doc string.
parent
c3f5492e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
6 deletions
+5
-6
lib/python/ZPublisher/Publish.py
lib/python/ZPublisher/Publish.py
+5
-6
No files found.
lib/python/ZPublisher/Publish.py
View file @
b0c76633
...
...
@@ -375,10 +375,9 @@ Publishing a module using CGI
o Do not copy the module to be published to the cgi-bin
directory.
o Copy the files: cgi_module_publisher.pyc and CGIResponse.pyc,
and newcgi.pyc, to the directory containing the
module to be published, or to a directory in the standard
(compiled in) Python search path.
o Copy the files: cgi_module_publisher.pyc and CGIResponse.pyc
to the directory containing the module to be published, or to a
directory in the standard (compiled in) Python search path.
o Copy the file cgi-module-publisher to the directory containing the
module to be published.
...
...
@@ -387,7 +386,7 @@ Publishing a module using CGI
containing the module to be published) to the module name in the
cgi-bin directory.
$Id: Publish.py,v 1.
79 1998/03/18 20:20:3
4 jim Exp $"""
$Id: Publish.py,v 1.
80 1998/03/24 14:15:2
4 jim Exp $"""
#'
# Copyright
#
...
...
@@ -442,7 +441,7 @@ $Id: Publish.py,v 1.79 1998/03/18 20:20:34 jim Exp $"""
# See end of file for change log.
#
##########################################################################
__version__
=
'$Revision: 1.
79
$'
[
11
:
-
2
]
__version__
=
'$Revision: 1.
80
$'
[
11
:
-
2
]
def
main
():
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment