diff options
author | Travis Oliphant <oliphant@enthought.com> | 2006-07-12 06:39:51 +0000 |
---|---|---|
committer | Travis Oliphant <oliphant@enthought.com> | 2006-07-12 06:39:51 +0000 |
commit | eb9f5f70bcce4354130bbf68d69d645ccd1d147f (patch) | |
tree | 67bbe9d7839fbf98eb3675ecd6e0bdd0060a096b /numpy/random/info.py | |
parent | 36d3c1616707659db3c0217688b4ccb5d7838ae1 (diff) | |
download | numpy-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.py | 1 |
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', |