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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 6939 - (show annotations)
Mon Jan 20 03:37:18 2020 UTC (3 years, 2 months ago) by uqaeller
File MIME type: text/x-python
File size: 1246 byte(s)
Updated the copyright header.


1
2 ##############################################################################
3 #
4 # Copyright (c) 2003-2020 by The University of Queensland
5 # http://www.uq.edu.au
6 #
7 # Primary Business: Queensland, Australia
8 # Licensed under the Apache License, version 2.0
9 # http://www.apache.org/licenses/LICENSE-2.0
10 #
11 # Development until 2012 by Earth Systems Science Computational Center (ESSCC)
12 # Development 2012-2013 by School of Earth Sciences
13 # Development from 2014 by Centre for Geoscience Computing (GeoComp)
14 # Development from 2019 by School of Earth and Environmental Sciences
15 #
16 ##############################################################################
17
18 """Our most general domain representation. Imports submodules into its namespace
19 """
20
21 from __future__ import print_function, division
22
23 __copyright__="""Copyright (c) 2003-2020 by The University of Queensland
24 http://www.uq.edu.au
25 Primary Business: Queensland, Australia"""
26 __license__="""Licensed under the Apache License, version 2.0
27 http://www.apache.org/licenses/LICENSE-2.0"""
28 __url__="https://launchpad.net/escript-finley"
29
30
31 import esys.escript
32 from .finleycpp import *
33 from .factorywrappers import *
34 from .readers import *
35
36 __nodocorecursion=['finleycpp', 'factorywrappers', 'readers']

Properties

Name Value
svn:eol-style native
svn:keywords Author Date Id Revision

  ViewVC Help
Powered by ViewVC 1.1.26