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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user