change all imports
This commit is contained in:
parent
8c28974692
commit
1fb1d4adfb
21 changed files with 43 additions and 45 deletions
|
|
@ -4,11 +4,11 @@ from pathlib import Path
|
|||
|
||||
from loguru import logger
|
||||
|
||||
from abratest.dir_manager import DirManager
|
||||
from abratest.env_manager import EnvFile, EnvManager
|
||||
from abratest.html_helper import merge_html_files
|
||||
from abratest.runner import Runner
|
||||
from abratest.utils import rmtree
|
||||
from pytest_abra.dir_manager import DirManager
|
||||
from pytest_abra.env_manager import EnvFile, EnvManager
|
||||
from pytest_abra.html_helper import merge_html_files
|
||||
from pytest_abra.runner import Runner
|
||||
from pytest_abra.utils import rmtree
|
||||
|
||||
|
||||
class Coordinator:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue