From d3d11d25ab5bd2ffa2432aa4d4315d8415a265aa Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Mon, 14 Jul 2014 22:10:22 +0200 Subject: Added missing shebangs, removed unnecessary ones --- tests/test_api.py | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/test_api.py') 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 -- cgit v1.2.3