mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
9 lines
175 B
Diff
9 lines
175 B
Diff
--- a/huepy/__init__.py
|
|
+++ b/huepy/__init__.py
|
|
@@ -1,4 +1,4 @@
|
|
-from hue import COMMANDS
|
|
+from .hue import COMMANDS
|
|
|
|
__all__ = list(COMMANDS.keys())
|
|
__version__ = '1.0.1'
|