From 6a14ccb78d76b3d8ac8190e97dca8cac28a8b2da Mon Sep 17 00:00:00 2001 From: clinton-hall Date: Mon, 11 Mar 2019 20:27:19 +1300 Subject: [PATCH] further test fixes --- tests/general.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/general.py b/tests/general.py index c0939f16..4d9ad2af 100755 --- a/tests/general.py +++ b/tests/general.py @@ -1,9 +1,8 @@ #! /usr/bin/env python from __future__ import print_function -from __future__ import absolute_import import eol -eol.check() +#eol.check() import cleanup cleanup.clean(cleanup.FOLDER_STRUCTURE)