diff --git a/ci/ci_prepare.py b/ci/ci_prepare.py index c39e642..8d8a962 100644 --- a/ci/ci_prepare.py +++ b/ci/ci_prepare.py @@ -1,5 +1,10 @@ #!/usr/bin/env python3 +import os +import glob +import shutil +from logzero import logger + def ci_copy_config(): """Copies test configuration files to usable config files"""