diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2017-09-05 17:41:33 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2017-09-05 17:41:33 -0700 |
commit | cf012007eb793954a09662935c06c8858381cd3c (patch) | |
tree | 9cdcc70713738f665bf2efdb2989891f2ea32ecd /tests/util.py | |
parent | bd807adfa5b8bee01fe30eee5c7c5247aa3fd530 (diff) | |
parent | 898152cf049daf1a861206b95b39679b032803d6 (diff) |
Merge branch 'master' into 1013-int
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) - |