server/sources/pyrorql.py
changeset 5323 329b4f6d18b4
parent 5174 78438ad513ca
child 5363 d336476dcf57
--- a/server/sources/pyrorql.py	Mon Apr 19 12:42:54 2010 +0200
+++ b/server/sources/pyrorql.py	Mon Apr 19 12:43:23 2010 +0200
@@ -54,53 +54,53 @@
          {'type' : 'string',
           'default': REQUIRED,
           'help': 'identifier of the repository in the pyro name server',
-          'group': 'pyro-source', 'inputlevel': 0,
+          'group': 'pyro-source', 'level': 0,
           }),
         ('mapping-file',
          {'type' : 'string',
           'default': REQUIRED,
           'help': 'path to a python file with the schema mapping definition',
-          'group': 'pyro-source', 'inputlevel': 1,
+          'group': 'pyro-source', 'level': 1,
           }),
         ('cubicweb-user',
          {'type' : 'string',
           'default': REQUIRED,
           'help': 'user to use for connection on the distant repository',
-          'group': 'pyro-source', 'inputlevel': 0,
+          'group': 'pyro-source', 'level': 0,
           }),
         ('cubicweb-password',
          {'type' : 'password',
           'default': '',
           'help': 'user to use for connection on the distant repository',
-          'group': 'pyro-source', 'inputlevel': 0,
+          'group': 'pyro-source', 'level': 0,
           }),
         ('base-url',
          {'type' : 'string',
           'default': '',
           'help': 'url of the web site for the distant repository, if you want '
           'to generate external link to entities from this repository',
-          'group': 'pyro-source', 'inputlevel': 1,
+          'group': 'pyro-source', 'level': 1,
           }),
         ('pyro-ns-host',
          {'type' : 'string',
           'default': None,
           'help': 'Pyro name server\'s host. If not set, default to the value \
 from all_in_one.conf. It may contains port information using <host>:<port> notation.',
-          'group': 'pyro-source', 'inputlevel': 1,
+          'group': 'pyro-source', 'level': 1,
           }),
         ('pyro-ns-group',
          {'type' : 'string',
           'default': None,
           'help': 'Pyro name server\'s group where the repository will be \
 registered. If not set, default to the value from all_in_one.conf.',
-          'group': 'pyro-source', 'inputlevel': 1,
+          'group': 'pyro-source', 'level': 1,
           }),
         ('synchronization-interval',
          {'type' : 'int',
           'default': 5*60,
           'help': 'interval between synchronization with the external \
 repository (default to 5 minutes).',
-          'group': 'pyro-source', 'inputlevel': 2,
+          'group': 'pyro-source', 'level': 2,
           }),
 
     )