File: __init__.py

package info (click to toggle)
python-numarray 1.5.2-4
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 8,668 kB
  • ctags: 11,384
  • sloc: ansic: 113,864; python: 22,422; makefile: 197; sh: 11
file content (9 lines) | stat: -rw-r--r-- 303 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
__doc__ = """Copyright (c) 1996. The Regents of the University of California. All rights reserved.

See %s/Legal.htm for license information.
""" % __path__[0]

from MA_version import version as __version__
from MA_version import version_info as __version_info__
from MA import *
from dtest import test