Skip to content
  • David Gobbi's avatar
    Fix numpy_interface compatibility with py3k. · 8b32c4d3
    David Gobbi authored
    This involved replacing map() with list comprehensions, changing the way
    metaclasses are used, removing the __div__ method under python 3, and
    using 'zip" instead of "izip" on python 3.
    8b32c4d3