3-manifolds / SnapPy

SnapPy is a package for studying the topology and geometry of 3-manifolds, with a focus on hyperbolic structures. It is based on the SnapPea kernel written by Jeff Weeks.
https://snappy.computop.org/
87 stars 41 forks source link

remove some __future__ and fix some print #60

Closed fchapoton closed 2 years ago

fchapoton commented 2 years ago

get rid of the last __future_ imports

also fix a bunch of print, still using the python2 syntax, and therefore probably untested

fchapoton commented 2 years ago

I have undone the change in the pyx file. Let us see.