diff --git a/modules/hue/hue_remote.py b/hue_remote.py similarity index 97% rename from modules/hue/hue_remote.py rename to hue_remote.py index d0bf730..3f64656 100755 --- a/modules/hue/hue_remote.py +++ b/hue_remote.py @@ -3,7 +3,7 @@ import sys -import hue_controller as hue # Actual controller +from modules.hue import hue_controller as hue # Actual controller cmd = "hue"