summaryrefslogtreecommitdiffhomepage
path: root/tests/util.py
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2017-09-05 14:31:12 -0700
committerJeff Forcier <jeff@bitprophet.org>2017-09-05 14:31:12 -0700
commit73fcc4959437014a09a831dbd6badae4aede4db8 (patch)
treeca14c1809b3a4e699c3bfd51a87bea6ce1a2529e /tests/util.py
parent5a363f62e9ec35bae36fc84002b39e8482a59f34 (diff)
parent5fb4bb2cfc415b287f629a398de5447da18a3fb2 (diff)
Merge branch 'master' into 1037-int
Diffstat (limited to 'tests/util.py')
-rw-r--r--tests/util.py1
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)
-