From 9041c7beaa5ece25a8b1c8fb413c3b0e98fbe2cc Mon Sep 17 00:00:00 2001 From: Shy Date: Sat, 11 Mar 2017 14:23:34 +0100 Subject: [PATCH] Custom import path removed --- c4ctrl.py | 1 - 1 file changed, 1 deletion(-) mode change 100644 => 100755 c4ctrl.py diff --git a/c4ctrl.py b/c4ctrl.py old mode 100644 new mode 100755 index b450e38..9946b49 --- a/c4ctrl.py +++ b/c4ctrl.py @@ -3,7 +3,6 @@ # c4ctrl: Command line client for AutoC4 import sys -sys.path.append("/home/shy/build/paho.mqtt.python/src") class C4Interface(): """Interaction with the C4 home automation system."""