equal
deleted
inserted
replaced
12 |
12 |
13 from logilab.common.configuration import Configuration |
13 from logilab.common.configuration import Configuration |
14 from logilab.common.clcommands import register_commands, cmd_run, pop_arg |
14 from logilab.common.clcommands import register_commands, cmd_run, pop_arg |
15 from logilab.common.shellutils import ASK |
15 from logilab.common.shellutils import ASK |
16 |
16 |
17 from cubicweb import AuthenticationError, ExecutionError, ConfigurationError, underline_title |
17 from cubicweb import AuthenticationError, ExecutionError, ConfigurationError |
18 from cubicweb.toolsutils import Command, CommandHandler |
18 from cubicweb.toolsutils import Command, CommandHandler, underline_title |
19 from cubicweb.server import SOURCE_TYPES |
19 from cubicweb.server import SOURCE_TYPES |
20 from cubicweb.server.utils import ask_source_config |
20 from cubicweb.server.utils import ask_source_config |
21 from cubicweb.server.serverconfig import USER_OPTIONS, ServerConfiguration |
21 from cubicweb.server.serverconfig import USER_OPTIONS, ServerConfiguration |
22 |
22 |
23 # utility functions ########################################################### |
23 # utility functions ########################################################### |