From d603abfed1a6dd8a8fdc7f9ae6536f03b03ecd5a Mon Sep 17 00:00:00 2001 From: MaZderMind Date: Mon, 1 Feb 2016 16:58:37 +0100 Subject: cleanup shebang lines --- example-scripts/control-server/generate-cut-list.py | 1 - example-scripts/gstreamer/source-background-loop.py | 1 - 2 files changed, 2 deletions(-) (limited to 'example-scripts') diff --git a/example-scripts/control-server/generate-cut-list.py b/example-scripts/control-server/generate-cut-list.py index 59519c1..23a0b33 100755 --- a/example-scripts/control-server/generate-cut-list.py +++ b/example-scripts/control-server/generate-cut-list.py @@ -1,4 +1,3 @@ -#!/usr/bin/python3 import socket import datetime import sys diff --git a/example-scripts/gstreamer/source-background-loop.py b/example-scripts/gstreamer/source-background-loop.py index fd63fc0..8b65088 100755 --- a/example-scripts/gstreamer/source-background-loop.py +++ b/example-scripts/gstreamer/source-background-loop.py @@ -1,4 +1,3 @@ -#!/usr/bin/python3 import sys, gi, signal gi.require_version('Gst', '1.0') -- cgit v1.2.3