summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@gmail.com> 2014-07-14 22:10:22 +0200
committerGravatar Walter Purcaro <vuolter@gmail.com> 2014-07-14 22:10:22 +0200
commitd3d11d25ab5bd2ffa2432aa4d4315d8415a265aa (patch)
tree7a5a21afbc7b193abdc8bfefc6fd21c12862b1b6 /tests
parentfs_bsize support (diff)
downloadpyload-d3d11d25ab5bd2ffa2432aa4d4315d8415a265aa.tar.xz
Added missing shebangs, removed unnecessary ones
Diffstat (limited to 'tests')
-rw-r--r--tests/test_api.py1
-rw-r--r--tests/test_json.py1
2 files changed, 2 insertions, 0 deletions
diff --git a/tests/test_api.py b/tests/test_api.py
index f8901f731..99e84b3ab 100644
--- a/tests/test_api.py
+++ b/tests/test_api.py
@@ -1,3 +1,4 @@
+#!/usr/bin/env python
# -*- coding: utf-8 -*-
from module.common import APIExerciser
diff --git a/tests/test_json.py b/tests/test_json.py
index 320a42d4f..d06457473 100644
--- a/tests/test_json.py
+++ b/tests/test_json.py
@@ -1,3 +1,4 @@
+#!/usr/bin/env python
# -*- coding: utf-8 -*-
from urllib import urlencode