equal
deleted
inserted
replaced
14 |
14 |
15 |
15 |
16 from logilab.common import STD_BLACKLIST |
16 from logilab.common import STD_BLACKLIST |
17 from logilab.common.modutils import get_module_files |
17 from logilab.common.modutils import get_module_files |
18 from logilab.common.textutils import get_csv |
18 from logilab.common.textutils import get_csv |
|
19 from logilab.common.clcommands import register_commands |
19 |
20 |
20 from cubicweb import CW_SOFTWARE_ROOT as BASEDIR, BadCommandUsage |
21 from cubicweb import CW_SOFTWARE_ROOT as BASEDIR, BadCommandUsage |
21 from cubicweb.__pkginfo__ import version as cubicwebversion |
22 from cubicweb.__pkginfo__ import version as cubicwebversion |
22 from cubicweb.toolsutils import Command, register_commands, confirm, copy_skeleton |
23 from cubicweb.toolsutils import Command, confirm, copy_skeleton |
23 from cubicweb.web.webconfig import WebConfiguration |
24 from cubicweb.web.webconfig import WebConfiguration |
24 from cubicweb.server.serverconfig import ServerConfiguration |
25 from cubicweb.server.serverconfig import ServerConfiguration |
25 |
26 |
26 |
27 |
27 class DevCubeConfiguration(ServerConfiguration, WebConfiguration): |
28 class DevCubeConfiguration(ServerConfiguration, WebConfiguration): |