remove unused imports; add comment for future change: use decorators for component registration
git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@2984 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
parent
595c64e189
commit
f627a50942
2 changed files with 2 additions and 2 deletions
|
@ -36,6 +36,7 @@ from cybertools.agent.talk.interfaces import IServer, IClient
|
||||||
|
|
||||||
# server implementation
|
# server implementation
|
||||||
|
|
||||||
|
#@server
|
||||||
class HttpServer(object):
|
class HttpServer(object):
|
||||||
|
|
||||||
implements(IServer)
|
implements(IServer)
|
||||||
|
@ -82,6 +83,7 @@ class CommandHandler(Resource):
|
||||||
|
|
||||||
# client implementation
|
# client implementation
|
||||||
|
|
||||||
|
#@client
|
||||||
class HttpClient(object):
|
class HttpClient(object):
|
||||||
|
|
||||||
implements(IClient)
|
implements(IClient)
|
||||||
|
|
|
@ -24,8 +24,6 @@ $Id$
|
||||||
|
|
||||||
from zope.interface import Interface, Attribute
|
from zope.interface import Interface, Attribute
|
||||||
|
|
||||||
from cybertools.util.jeep import Jeep
|
|
||||||
|
|
||||||
|
|
||||||
class IServer(Interface):
|
class IServer(Interface):
|
||||||
""" A server waits for connection requests from a client. A connected
|
""" A server waits for connection requests from a client. A connected
|
||||||
|
|
Loading…
Add table
Reference in a new issue