fixed missing import for CI testing

This commit is contained in:
checktheroads 2019-06-16 17:36:27 -07:00
parent 242b6f20c3
commit b0f56411bc

View file

@ -1,3 +1,4 @@
import os
from logzero import logger
working_directory = os.path.dirname(os.path.abspath(__file__))