diff options
Diffstat (limited to 'tests/util.py')
-rw-r--r-- | tests/util.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/util.py b/tests/util.py index b546a7e1..c1b43da8 100644 --- a/tests/util.py +++ b/tests/util.py @@ -4,4 +4,3 @@ root_path = os.path.dirname(os.path.realpath(__file__)) def test_path(filename): return os.path.join(root_path, filename) - |