# HG changeset patch # User Sylvain Thénault # Date 1254466636 -7200 # Node ID 0c18a6c8d9b76a9f62e10badcfd7f8e0946756c2 # Parent f0aecddf367e0a7eaf435b35ae0ba97b4172c3a4 fix pyro-host option type diff -r f0aecddf367e -r 0c18a6c8d9b7 server/serverconfig.py --- a/server/serverconfig.py Fri Oct 02 08:57:07 2009 +0200 +++ b/server/serverconfig.py Fri Oct 02 08:57:16 2009 +0200 @@ -163,7 +163,7 @@ }), # pyro server.serverconfig ('pyro-host', - {'type' : 'int', + {'type' : 'string', 'default': None, 'help': 'Pyro server host, if not detectable correctly through \ gethostname(). It may contains port information using : notation, \