From 104b5179c139394e0d700d3b64f595d0107d0393 Mon Sep 17 00:00:00 2001 From: Markus Birth Date: Mon, 15 Sep 2014 17:37:18 +0200 Subject: [PATCH] Fixed Shebang. --- iptcmessage.py | 2 +- iptcmessageTest.py | 2 +- tty2newsml.py | 2 +- tty2newsml_py2.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/iptcmessage.py b/iptcmessage.py index a3fb895..799bd75 100644 --- a/iptcmessage.py +++ b/iptcmessage.py @@ -1,4 +1,4 @@ -#!/bin/env python3 +#!/usr/bin/env python3 # -*- coding: utf-8 -*- class IPTCMessage(object): diff --git a/iptcmessageTest.py b/iptcmessageTest.py index f39814b..487599d 100755 --- a/iptcmessageTest.py +++ b/iptcmessageTest.py @@ -1,4 +1,4 @@ -#!/bin/env python3 +#!/usr/bin/env python3 # -*- coding: utf-8 -*- import iptcmessage diff --git a/tty2newsml.py b/tty2newsml.py index c9ade92..47ddf26 100755 --- a/tty2newsml.py +++ b/tty2newsml.py @@ -1,4 +1,4 @@ -#!/bin/env python3 +#!/usr/bin/env python3 # -*- coding: utf-8 -*- import serial diff --git a/tty2newsml_py2.py b/tty2newsml_py2.py index efdfdb5..50c9e2e 100755 --- a/tty2newsml_py2.py +++ b/tty2newsml_py2.py @@ -1,4 +1,4 @@ -#!/bin/env python +#!/usr/bin/env python # -*- coding: utf-8 -*- from __future__ import absolute_import, division, print_function