diff --git a/control/control.py b/control/control.py index d3e55f81..a7d98960 100755 --- a/control/control.py +++ b/control/control.py @@ -1,3 +1,4 @@ +#!/usr/bin/env python import sys import telnetlib import json diff --git a/control/setVolume.py b/control/setVolume.py index 114874ca..a8a1bad9 100755 --- a/control/setVolume.py +++ b/control/setVolume.py @@ -1,3 +1,4 @@ +#!/usr/bin/env python import sys import telnetlib import json diff --git a/control/testClient.py b/control/testClient.py index 9094c27d..966b1444 100755 --- a/control/testClient.py +++ b/control/testClient.py @@ -1,3 +1,4 @@ +#!/usr/bin/env python import sys import telnetlib import json