Skip to content

Commit

Permalink
rename multi_pose_manager.py to octree_manager.py
Browse files Browse the repository at this point in the history
  • Loading branch information
true-real-michael committed Nov 12, 2023
1 parent 6569749 commit dc50706
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions octreelib/octree_manager/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import octreelib.octree_manager.multi_pose_manager as multi_pose_manager_module
import octreelib.octree_manager.octree_manager as octree_manager_module

from octreelib.octree_manager.multi_pose_manager import *
from octreelib.octree_manager.octree_manager import *

__all__ = multi_pose_manager.__all__
__all__ = octree_manager_module.__all__
File renamed without changes.

0 comments on commit dc50706

Please sign in to comment.