Move all utils to common folder (#7303)

* move all utils to common folder

* add utils install in CMakeLists.txt

* revert plugin utils

* add log info: test

* add logging info: test

* test imports

* change imports: test

* fix file name
This commit is contained in:
Victor Kuznetsov
2021-09-07 23:02:10 +03:00
committed by GitHub
parent d5e063d435
commit 4d377901bf
18 changed files with 205 additions and 230 deletions

View File

@@ -9,13 +9,12 @@ Usage: ./scrips/get_testdata.py
# pylint:disable=line-too-long
import argparse
import json
import logging as log
import os
import shutil
import subprocess
import sys
import json
from distutils.dir_util import copy_tree
from inspect import getsourcefile
from pathlib import Path