Removes the segpy_numpy/numpy directory.

This commit is contained in:
Robert Smallshire
2015-06-04 17:11:43 +02:00
parent 506ce10581
commit 39988a2ca0
3 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ import traceback
import numpy as np
from segpy.reader import create_reader
from segpy_numpy.numpy.dtypes import make_dtype
from segpy_numpy.dtypes import make_dtype
class DimensionalityError(Exception):