/[escript]/trunk/pycad/py_src/__init__.py
ViewVC logotype

Contents of /trunk/pycad/py_src/__init__.py

Parent Directory Parent Directory | Revision Log Revision Log


Revision 905 - (show annotations)
Mon Nov 20 11:23:24 2006 UTC (16 years, 4 months ago) by gross
File MIME type: text/x-python
File size: 768 byte(s)
some tests for pycad added
1 # $Id:$
2 """
3 import of pyCAD sub modules
4
5 @var __author__: name of author
6 @var __copyright__: copyrights
7 @var __license__: licence agreement
8 @var __url__: url entry point on documentation
9 @var __version__: version
10 @var __date__: date of the version
11 """
12
13 __author__="Lutz Gross, l.gross@uq.edu.au"
14 __copyright__=""" Copyright (c) 2006 by ACcESS MNRF
15 http://www.access.edu.au
16 Primary Business: Queensland, Australia"""
17 __license__="""Licensed under the Open Software License version 3.0
18 http://www.opensource.org/licenses/osl-3.0.php"""
19 __url__="http://www.iservo.edu.au/esys/escript"
20 __version__="$Revision:$"
21 __date__="$Date:$"
22
23 from transformations import *
24 from primitives import *
25 from design import *
26 import shapes

  ViewVC Help
Powered by ViewVC 1.1.26