fix pyro-host option type stable
authorSylvain Thénault <sylvain.thenault@logilab.fr>
Fri, 02 Oct 2009 08:57:16 +0200
branchstable
changeset 3547 0c18a6c8d9b7
parent 3546 f0aecddf367e
child 3548 4cf5a360952e
fix pyro-host option type
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 <host>:<port> notation, \