summaryrefslogtreecommitdiff
path: root/numpy/lib/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/lib/__init__.py')
-rw-r--r--numpy/lib/__init__.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/numpy/lib/__init__.py b/numpy/lib/__init__.py
index 07f6d5c27..5af08b23f 100644
--- a/numpy/lib/__init__.py
+++ b/numpy/lib/__init__.py
@@ -11,8 +11,6 @@ from ufunclike import *
import scimath as emath
from polynomial import *
-from machar import *
-from getlimits import *
#import convertcode
from utils import *
from arraysetops import *
@@ -30,8 +28,6 @@ __all__ += stride_tricks.__all__
__all__ += twodim_base.__all__
__all__ += ufunclike.__all__
__all__ += polynomial.__all__
-__all__ += machar.__all__
-__all__ += getlimits.__all__
__all__ += utils.__all__
__all__ += arraysetops.__all__
__all__ += io.__all__