Skip to content

Commit 234cad8

Browse files
authored
Merge pull request #1 from Silmathoron/master
Python3 compatibility
2 parents 4fb0d8e + 7e912eb commit 234cad8

File tree

7 files changed

+4601
-4673
lines changed

7 files changed

+4601
-4673
lines changed

btmorph2/__init__.py

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
from btstructs import NeuronMorphology
2-
from btstructs import PopulationMorphology
3-
from btstructs import Tree
4-
from btstructs import Node
5-
from btstructs import P3D
1+
from .btstructs import NeuronMorphology
2+
from .btstructs import PopulationMorphology
3+
from .btstructs import Tree
4+
from .btstructs import Node
5+
from .btstructs import P3D
66

7-
from grids import VoxelGrid
7+
from .grids import VoxelGrid

0 commit comments

Comments
 (0)