Closed tswicegood closed 10 years ago
This doesn't run in Python 2.7.5 (didn't try other versions) as the from __future__ ... import must happen at the top.
from __future__ ...
Thanks for catching this, I only tried it in the REPL, which doesn't care about import order.
This doesn't run in Python 2.7.5 (didn't try other versions) as the
from __future__ ...
import must happen at the top.