diff options
author | 2014-03-28 22:37:38 +0100 | |
---|---|---|
committer | 2014-06-28 02:47:21 +0200 | |
commit | 97ab599dd8aebd14e6f7369a59d415fdeca914bc (patch) | |
tree | fad17453cbf07ab91d81265f618b35622580f7ef /tests/test_json.py | |
parent | Remove bad whitespaces (diff) | |
download | pyload-97ab599dd8aebd14e6f7369a59d415fdeca914bc.tar.xz |
Fix EOF
Merged vuolter/pyload@2635efd
Diffstat (limited to 'tests/test_json.py')
-rw-r--r-- | tests/test_json.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_json.py b/tests/test_json.py index ff56e8f5a..320a42d4f 100644 --- a/tests/test_json.py +++ b/tests/test_json.py @@ -45,4 +45,4 @@ class TestJson: except HTTPError, e: assert e.code == 404 else: - assert False
\ No newline at end of file + assert False |