diff options
-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 |