summaryrefslogtreecommitdiff
path: root/numpy/core/memmap.py
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/core/memmap.py')
-rw-r--r--numpy/core/memmap.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/numpy/core/memmap.py b/numpy/core/memmap.py
index 99020c14d..83e9de1ef 100644
--- a/numpy/core/memmap.py
+++ b/numpy/core/memmap.py
@@ -2,7 +2,6 @@ __all__ = ['memmap']
import mmap
from numeric import uint8, ndarray, dtype
-from numerictypes import nbytes
dtypedescr = dtype
valid_filemodes = ["r", "c", "r+", "w+"]