diff options
author | Zach White <skullydazed@gmail.com> | 2021-07-14 09:08:48 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-14 09:08:48 -0700 |
commit | ffdfe3798bc7bd374991abe8f10494f2e73aedd5 (patch) | |
tree | 016ec465a7b1bdf78c3728c642dd5cb937d05020 /lib/python | |
parent | 1c9af238dc3550f103c56442d7a0b25bc5c5710b (diff) | |
download | qmk_firmware-ffdfe3798bc7bd374991abe8f10494f2e73aedd5.tar.gz qmk_firmware-ffdfe3798bc7bd374991abe8f10494f2e73aedd5.zip |
switch to qmk-dotty-dict (#13460)
Diffstat (limited to 'lib/python')
-rw-r--r-- | lib/python/qmk/cli/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/python/qmk/cli/__init__.py b/lib/python/qmk/cli/__init__.py index 7f5e0a1fa..1e1c26671 100644 --- a/lib/python/qmk/cli/__init__.py +++ b/lib/python/qmk/cli/__init__.py | |||
@@ -16,6 +16,7 @@ import_names = { | |||
16 | # A mapping of package name to importable name | 16 | # A mapping of package name to importable name |
17 | 'pep8-naming': 'pep8ext_naming', | 17 | 'pep8-naming': 'pep8ext_naming', |
18 | 'pyusb': 'usb.core', | 18 | 'pyusb': 'usb.core', |
19 | 'qmk-dotty-dict': 'dotty_dict' | ||
19 | } | 20 | } |
20 | 21 | ||
21 | safe_commands = [ | 22 | safe_commands = [ |