-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rename multi_pose_manager.py to octree_manager.py
- Loading branch information
1 parent
6569749
commit dc50706
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.