Commit 7ac0c3c2 authored by Amos Latteier's avatar Amos Latteier

Added some convenient imports to the ZServer package __init__.py file.

parent df1c3554
...@@ -82,3 +82,8 @@ ...@@ -82,3 +82,8 @@
# attributions are listed in the accompanying credits file. # attributions are listed in the accompanying credits file.
# #
############################################################################## ##############################################################################
from medusa import resolver, logger, asyncore
from HTTPServer import zhttp_server, zhttp_handler
from PCGIServer import PCGIServer
from FTPServer import FTPServer
...@@ -82,3 +82,8 @@ ...@@ -82,3 +82,8 @@
# attributions are listed in the accompanying credits file. # attributions are listed in the accompanying credits file.
# #
############################################################################## ##############################################################################
from medusa import resolver, logger, asyncore
from HTTPServer import zhttp_server, zhttp_handler
from PCGIServer import PCGIServer
from FTPServer import FTPServer
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