Fix import problem.

This commit is contained in:
Travis E. Oliphant 2013-05-25 13:34:14 -05:00
commit 1812cff2d0

View file

@ -1,2 +1,2 @@
from __future__ import absolute_imports
from .array.py import *
from .array import *