diff options
author | Marek Siarkowicz <mareksiarkowicz@gmail.com> | 2015-06-12 13:44:01 +0200 |
---|---|---|
committer | Marek Siarkowicz <mareksiarkowicz@gmail.com> | 2015-06-12 13:44:01 +0200 |
commit | b3912b7c65288aeb5324131cb20b83e9b0bca513 (patch) | |
tree | bdd10797a91f9cd15a4a98bc4cd4a26ff4b32a09 | |
parent | 419e24ce24087a3f0159fb5c7527eab766987155 (diff) | |
download | pyParrotZikTCP-b3912b7c65288aeb5324131cb20b83e9b0bca513.tar.xz pyParrotZikTCP-b3912b7c65288aeb5324131cb20b83e9b0bca513.zip |
Remove unneeded interpreter information.
-rw-r--r-- | BluetoothPairedDevices.py | 2 | ||||
-rw-r--r-- | ParrotProtocol.py | 2 | ||||
-rw-r--r-- | ParrotZik.py | 2 |
3 files changed, 0 insertions, 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 |