Fix floorfloat, and pep8 fixes for tests

This commit is contained in:
Ebag333
2017-02-21 07:38:32 -08:00
parent cdbf4cf5ec
commit 565a78610e
4 changed files with 8 additions and 12 deletions

View File

@@ -2,10 +2,10 @@
import os
import sys
import importlib
# import importlib
# noinspection PyPackageRequirements
import pytest
# import pytest
script_dir = os.path.dirname(os.path.abspath(__file__))