Skip to content

Commit

Permalink
Add correct import
Browse files Browse the repository at this point in the history
  • Loading branch information
StanleySweet committed Aug 4, 2024
1 parent dc4c4f6 commit 68de81d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion io_scene_pyrogenesis/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# SPDX-License-Identifier: GPL-2.0-or-later

import bpy
from import_pyrogenesis_actor import ImportPyrogenesisActor
from .import_pyrogenesis_actor import ImportPyrogenesisActor


def reload_package(module_dict_main):
Expand Down
2 changes: 1 addition & 1 deletion io_scene_pyrogenesis/import_pyrogenesis_actor.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is part of 0 A.D.
# SPDX-License-Identifier: GPL-2.0-or-later

from max_collada_fixer import MaxColladaFixer
from .max_collada_fixer import MaxColladaFixer
import bpy
import bpy_extras
import logging
Expand Down

0 comments on commit 68de81d

Please sign in to comment.