Skip to content
This repository was archived by the owner on Sep 17, 2024. It is now read-only.

Commit e86b67f

Browse files
committed
Reorganize files
1 parent 4a64986 commit e86b67f

File tree

1,777 files changed

+2
-2
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,777 files changed

+2
-2
lines changed

__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
bl_info = {
66
"name": "Import: KLE Raw JSON format (.json)",
77
"author": "Kirpal Demian",
8-
"version": (3, 1),
8+
"version": (3, 2),
99
"blender": (2, 80, 0),
1010
"location": "File > Import > KLE Raw Data (.json) ",
1111
"description": "Import layouts from Keyboard Layout Editor",
@@ -25,7 +25,7 @@ class ImportKLEJson(bpy.types.Operator, ImportHelper):
2525
filter_glob = StringProperty(default="*.json", options={'HIDDEN'})
2626

2727
def execute(self, context):
28-
from . import import_keyboard
28+
from .src import import_keyboard
2929

3030
return import_keyboard.load_json(self, self.filepath)
3131

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)