1 |
|
# |
2 |
# $Id$ |
# $Id$ |
3 |
|
# |
4 |
|
####################################################### |
5 |
|
# |
6 |
|
# Copyright 2003-2007 by ACceSS MNRF |
7 |
|
# Copyright 2007 by University of Queensland |
8 |
|
# |
9 |
|
# http://esscc.uq.edu.au |
10 |
|
# Primary Business: Queensland, Australia |
11 |
|
# Licensed under the Open Software License version 3.0 |
12 |
|
# http://www.opensource.org/licenses/osl-3.0.php |
13 |
|
# |
14 |
|
####################################################### |
15 |
|
# |
16 |
|
|
17 |
""" |
""" |
18 |
A simple tool to handle parameters for a simulation in easy way. |
A simple tool to handle parameters for a simulation in easy way. |
19 |
|
|
75 |
__copyright__=""" Copyright (c) 2006 by ACcESS MNRF |
__copyright__=""" Copyright (c) 2006 by ACcESS MNRF |
76 |
http://www.access.edu.au |
http://www.access.edu.au |
77 |
Primary Business: Queensland, Australia""" |
Primary Business: Queensland, Australia""" |
78 |
__licence__="""Licensed under the Open Software License version 3.0 |
__license__="""Licensed under the Open Software License version 3.0 |
79 |
http://www.opensource.org/licences/osl-3.0.php""" |
http://www.opensource.org/licenses/osl-3.0.php""" |
80 |
|
|
81 |
import types |
import types |
82 |
from xml.dom import minidom |
from xml.dom import minidom |