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)