mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@26c91a9
This commit is contained in:
8
package/python-huepy/0001-fix-import-with-python3.patch
Normal file
8
package/python-huepy/0001-fix-import-with-python3.patch
Normal file
@@ -0,0 +1,8 @@
|
||||
--- 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'
|
Reference in New Issue
Block a user