unwrap: Correct use of relative imports.

This commit is contained in:
Jostein Bø Fløystad
2013-07-08 14:26:37 +02:00
parent a2a6f8d4b5
commit 2f784366b7
+2 -2
View File
@@ -1,7 +1,7 @@
import numpy as np
import ._unwrap_2d
import ._unwrap_3d
from . import _unwrap_2d
from . import _unwrap_3d
def unwrap(image, wrap_around=False):