aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-x[-rw-r--r--]service.py1
-rwxr-xr-x[-rw-r--r--]test_client.py1
2 files changed, 2 insertions, 0 deletions
diff --git a/service.py b/service.py
index 21737ac..45cb17a 100644..100755
--- a/service.py
+++ b/service.py
@@ -1,3 +1,4 @@
+#!/usr/bin/env python3
import json
import time
from threading import Thread
diff --git a/test_client.py b/test_client.py
index 927dfd3..9cc6b68 100644..100755
--- a/test_client.py
+++ b/test_client.py
@@ -1,3 +1,4 @@
+#!/usr/bin/env python3
import dbus
bus = dbus.SessionBus()