-
-
Notifications
You must be signed in to change notification settings - Fork 278
Port python bindings to python3 #68
Copy link
Copy link
Closed
Labels
thesisThis issue could be a student thesis / project, i.e. it has some scientific value and a certain sizeThis issue could be a student thesis / project, i.e. it has some scientific value and a certain size
Metadata
Metadata
Assignees
Labels
thesisThis issue could be a student thesis / project, i.e. it has some scientific value and a certain sizeThis issue could be a student thesis / project, i.e. it has some scientific value and a certain size
Should be rather easy. However, python2 and 3 adaptors should coexist. With some
from __future__calls they may even share the same code.