summaryrefslogtreecommitdiffhomepage
path: root/tests/util.py
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2017-09-05 17:41:33 -0700
committerJeff Forcier <jeff@bitprophet.org>2017-09-05 17:41:33 -0700
commitcf012007eb793954a09662935c06c8858381cd3c (patch)
tree9cdcc70713738f665bf2efdb2989891f2ea32ecd /tests/util.py
parentbd807adfa5b8bee01fe30eee5c7c5247aa3fd530 (diff)
parent898152cf049daf1a861206b95b39679b032803d6 (diff)
Merge branch 'master' into 1013-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)
-