Log Message: |
(Projection.__init__): Change the default
value for 'name' to None and then test if name is equal to None
in the body of the constructor. This way the caller doesn't have to
know what the default value should be. Namely, useful in load.py
where we have to pick a default value if the 'name' parameter
doesn't exist in the XML file.
|