Resolves #56 by moving kmk.common.* up a level to kmk.*

This commit is contained in:
Josh Klar
2018-10-11 18:02:13 -07:00
parent 30cd5da3f1
commit 00899d1b0f
35 changed files with 85 additions and 88 deletions

View File

@@ -4,7 +4,7 @@ import sys
import uos
from kmk.common.keycodes import Keycodes, RawKeycodes
from kmk.keycodes import Keycodes, RawKeycodes
if len(sys.argv) < 2:
print('Must provide a keymap to test as first argument', file=sys.stderr)