[Zope-Checkins] CVS: Zope - z2.py:1.78
Toby Dickenson
tdickenson@geminidataloggers.com
Thu, 11 Jul 2002 08:38:41 -0400
Update of /cvs-repository/Zope
In directory cvs.zope.org:/tmp/cvs-serv15772
Modified Files:
z2.py
Log Message:
fix dumb typo
=== Zope/z2.py 1.77 => 1.78 ===
port=port)
if ICP_PORT:
- if instrance(ICP_PORT, IntType): ICP_PORT=((IP_ADDRESS, ICP_PORT),)
+ if isinstance(ICP_PORT, IntType): ICP_PORT=((IP_ADDRESS, ICP_PORT),)
from ZServer.ICPServer import ICPServer
for address, port in ICP_PORT:
ICPServer(address,port)