1
0
Fork 1
mirror of https://github.com/thatmattlove/hyperglass.git synced 2026-02-07 17:58:24 +00:00

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__))