--- trunk/pycad/py_src/__init__.py 2006/11/17 08:49:44 904 +++ trunk/pycad/py_src/__init__.py 2006/11/20 11:23:24 905 @@ -1,3 +1,26 @@ +# $Id:$ +""" +import of pyCAD sub modules + +@var __author__: name of author +@var __copyright__: copyrights +@var __license__: licence agreement +@var __url__: url entry point on documentation +@var __version__: version +@var __date__: date of the version +""" + +__author__="Lutz Gross, l.gross@uq.edu.au" +__copyright__=""" Copyright (c) 2006 by ACcESS MNRF + http://www.access.edu.au + Primary Business: Queensland, Australia""" +__license__="""Licensed under the Open Software License version 3.0 + http://www.opensource.org/licenses/osl-3.0.php""" +__url__="http://www.iservo.edu.au/esys/escript" +__version__="$Revision:$" +__date__="$Date:$" + +from transformations import * from primitives import * from design import * import shapes