summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@gmail.com> 2014-12-07 16:36:47 +0100
committerGravatar Walter Purcaro <vuolter@gmail.com> 2014-12-07 16:36:47 +0100
commit3357cec34a81e5293fd848d4fa720d2aa87d800f (patch)
treeb3a5942dead71a1a3f43a38c9dfdeb89e4a33ade /tests
parentFix with_statement (diff)
downloadpyload-3357cec34a81e5293fd848d4fa720d2aa87d800f.tar.xz
License cleanup
Diffstat (limited to 'tests')
-rw-r--r--tests/APIExerciser.py1
-rw-r--r--tests/test_api.py1
-rw-r--r--tests/test_json.py1
3 files changed, 3 insertions, 0 deletions
diff --git a/tests/APIExerciser.py b/tests/APIExerciser.py
index 886c72a4a..0498d50b8 100644
--- a/tests/APIExerciser.py
+++ b/tests/APIExerciser.py
@@ -1,3 +1,4 @@
+#!/usr/bin/env python
# -*- coding: utf-8 -*-
import string
diff --git a/tests/test_api.py b/tests/test_api.py
index 213e13de2..08c775aaf 100644
--- a/tests/test_api.py
+++ b/tests/test_api.py
@@ -1,3 +1,4 @@
+#!/usr/bin/env python
# -*- coding: utf-8 -*-
import APIExerciser
diff --git a/tests/test_json.py b/tests/test_json.py
index 7141d2a80..da399325c 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