cubicweb/server/test/unittest_serverctl.py
changeset 12568 fc45f22c8100
parent 12028 08c866d2f11d
equal deleted inserted replaced
12567:26744ad37953 12568:fc45f22c8100
     1 import os.path as osp
     1 import os.path as osp
     2 import shutil
     2 import shutil
     3 
     3 from unittest.mock import patch
     4 from mock import patch
       
     5 
     4 
     6 from cubicweb import ExecutionError
     5 from cubicweb import ExecutionError
     7 from cubicweb.devtools import testlib, ApptestConfiguration
     6 from cubicweb.devtools import testlib, ApptestConfiguration
     8 from cubicweb.server.serverctl import (
     7 from cubicweb.server.serverctl import (
     9     DBDumpCommand,
     8     DBDumpCommand,