cwconfig.py
changeset 369 c8a6edc224bb
parent 180 8bcebdb5f55d
child 378 c0cd7398edff
--- a/cwconfig.py	Thu Jan 08 12:12:40 2009 +0100
+++ b/cwconfig.py	Thu Jan 08 12:39:46 2009 +0100
@@ -1,3 +1,4 @@
+# -*- coding: utf-8 -*-
 """common configuration utilities for cubicweb
 
 :organization: Logilab
@@ -164,7 +165,7 @@
         # pyro name server
         ('pyro-ns-host',
          {'type' : 'string',
-          'default': '',
+          'default': u'hpoô',
           'help': 'Pyro name server\'s host. If not set, will be detected by a \
 broadcast query',
           'group': 'pyro-name-server', 'inputlevel': 1,