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
9fd31baa
Commit
9fd31baa
authored
Sep 27, 1999
by
Amos Latteier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed name error on compact_traceback.
parent
546ee61b
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
0 deletions
+4
-0
ZServer/HTTPServer.py
ZServer/HTTPServer.py
+1
-0
ZServer/PCGIServer.py
ZServer/PCGIServer.py
+1
-0
lib/python/ZServer/HTTPServer.py
lib/python/ZServer/HTTPServer.py
+1
-0
lib/python/ZServer/PCGIServer.py
lib/python/ZServer/PCGIServer.py
+1
-0
No files found.
ZServer/HTTPServer.py
View file @
9fd31baa
...
...
@@ -119,6 +119,7 @@ from ZPublisher.HTTPRequest import HTTPRequest
from
medusa.http_server
import
http_server
,
http_channel
from
medusa
import
counter
,
producers
,
asyncore
,
max_sockets
from
medusa.default_handler
import
split_path
,
unquote
,
get_header
from
medusa.asyncore
import
compact_traceback
from
ZServer
import
CONNECTION_LIMIT
,
ZOPE_VERSION
,
ZSERVER_VERSION
...
...
ZServer/PCGIServer.py
View file @
9fd31baa
...
...
@@ -103,6 +103,7 @@ Note that ZServer can operate multiple PCGI servers.
from
medusa
import
asynchat
,
asyncore
,
logger
from
medusa.counter
import
counter
from
medusa.http_server
import
compute_timezone_for_log
from
medusa.asyncore
import
compact_traceback
from
ZServer
import
CONNECTION_LIMIT
...
...
lib/python/ZServer/HTTPServer.py
View file @
9fd31baa
...
...
@@ -119,6 +119,7 @@ from ZPublisher.HTTPRequest import HTTPRequest
from
medusa.http_server
import
http_server
,
http_channel
from
medusa
import
counter
,
producers
,
asyncore
,
max_sockets
from
medusa.default_handler
import
split_path
,
unquote
,
get_header
from
medusa.asyncore
import
compact_traceback
from
ZServer
import
CONNECTION_LIMIT
,
ZOPE_VERSION
,
ZSERVER_VERSION
...
...
lib/python/ZServer/PCGIServer.py
View file @
9fd31baa
...
...
@@ -103,6 +103,7 @@ Note that ZServer can operate multiple PCGI servers.
from
medusa
import
asynchat
,
asyncore
,
logger
from
medusa.counter
import
counter
from
medusa.http_server
import
compute_timezone_for_log
from
medusa.asyncore
import
compact_traceback
from
ZServer
import
CONNECTION_LIMIT
...
...
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