cubicweb/web/webctl.py
branch3.26
changeset 12281 5cc17bac799e
parent 12268 d84bc85f7f70
child 12282 61a332a50a2b
equal deleted inserted replaced
12280:577e8d3896b4 12281:5cc17bac799e
    29 
    29 
    30 from cubicweb import ExecutionError
    30 from cubicweb import ExecutionError
    31 from cubicweb.cwctl import CWCTL
    31 from cubicweb.cwctl import CWCTL
    32 from cubicweb.cwconfig import CubicWebConfiguration as cwcfg
    32 from cubicweb.cwconfig import CubicWebConfiguration as cwcfg
    33 from cubicweb.toolsutils import Command, CommandHandler, underline_title
    33 from cubicweb.toolsutils import Command, CommandHandler, underline_title
       
    34 from cubicweb.web.webconfig import _DATA_DIR
    34 
    35 
    35 
    36 
    36 try:
    37 try:
    37     from os import symlink as linkdir
    38     from os import symlink as linkdir
    38 except ImportError:
    39 except ImportError: