Commit 9fd31baa authored by Amos Latteier's avatar Amos Latteier

Fixed name error on compact_traceback.

parent 546ee61b
......@@ -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
......
......@@ -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
......
......@@ -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
......
......@@ -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
......
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