summaryrefslogtreecommitdiff
path: root/numpy/random/info.py
diff options
context:
space:
mode:
authorTravis Oliphant <oliphant@enthought.com>2006-07-12 06:39:51 +0000
committerTravis Oliphant <oliphant@enthought.com>2006-07-12 06:39:51 +0000
commiteb9f5f70bcce4354130bbf68d69d645ccd1d147f (patch)
tree67bbe9d7839fbf98eb3675ecd6e0bdd0060a096b /numpy/random/info.py
parent36d3c1616707659db3c0217688b4ccb5d7838ae1 (diff)
downloadnumpy-eb9f5f70bcce4354130bbf68d69d645ccd1d147f.tar.gz
Remove global symbols from numpy. Remove use of replacetypechars in convertcode.
Diffstat (limited to 'numpy/random/info.py')
-rw-r--r--numpy/random/info.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/numpy/random/info.py b/numpy/random/info.py
index 060cd3993..8c2cae44a 100644
--- a/numpy/random/info.py
+++ b/numpy/random/info.py
@@ -5,7 +5,6 @@ Core Random Tools
"""
depends = ['core']
-global_symbols = ['rand','randn']
__all__ = [
'beta',