aboutsummaryrefslogtreecommitdiff
path: root/ParrotProtocol.py
diff options
context:
space:
mode:
authorMarek Siarkowicz <mareksiarkowicz@gmail.com>2015-06-12 13:44:01 +0200
committerMarek Siarkowicz <mareksiarkowicz@gmail.com>2015-06-12 13:44:01 +0200
commitb3912b7c65288aeb5324131cb20b83e9b0bca513 (patch)
treebdd10797a91f9cd15a4a98bc4cd4a26ff4b32a09 /ParrotProtocol.py
parent419e24ce24087a3f0159fb5c7527eab766987155 (diff)
downloadpyParrotZikTCP-b3912b7c65288aeb5324131cb20b83e9b0bca513.tar.xz
pyParrotZikTCP-b3912b7c65288aeb5324131cb20b83e9b0bca513.zip
Remove unneeded interpreter information.
Diffstat (limited to '')
-rw-r--r--ParrotProtocol.py2
1 files changed, 0 insertions, 2 deletions
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))