From b3912b7c65288aeb5324131cb20b83e9b0bca513 Mon Sep 17 00:00:00 2001 From: Marek Siarkowicz Date: Fri, 12 Jun 2015 13:44:01 +0200 Subject: Remove unneeded interpreter information. --- BluetoothPairedDevices.py | 2 -- ParrotProtocol.py | 2 -- ParrotZik.py | 2 -- 3 files changed, 6 deletions(-) diff --git a/BluetoothPairedDevices.py b/BluetoothPairedDevices.py index e7b1e49..96d1a8d 100644 --- a/BluetoothPairedDevices.py +++ b/BluetoothPairedDevices.py @@ -1,5 +1,3 @@ -#!/usr/bin/python - import sys import re import os diff --git a/ParrotProtocol.py b/ParrotProtocol.py index 1973ba0..1af6340 100644 --- a/ParrotProtocol.py +++ b/ParrotProtocol.py @@ -1,5 +1,3 @@ -#!/usr/bin/env python - def generateRequest(requestString): message=bytearray() message.extend(generateHeader(requestString)) diff --git a/ParrotZik.py b/ParrotZik.py index 327a136..200126e 100644 --- a/ParrotZik.py +++ b/ParrotZik.py @@ -1,5 +1,3 @@ -#!/usr/bin/env python - import sys if sys.platform == "darwin": import lightblue -- cgit v1.2.1