RadialSymmetryDiagram.py: remove trivial __init__ method
authorAntonio Ospite <ao2@ao2.it>
Fri, 12 Jun 2015 15:11:09 +0000 (17:11 +0200)
committerAntonio Ospite <ao2@ao2.it>
Fri, 12 Jun 2015 15:11:09 +0000 (17:11 +0200)
commitbf505aac1157609e33843d49634db9839e8e64cf
treeace8d651e2e9c423df292a5f3e360eb353382ab0
parentaad1044b2a0ad5ca47d21f74da7066708b9c584a
RadialSymmetryDiagram.py: remove trivial __init__ method

When the __init__ method just calls the parent __init__ method without
doing anything else, it is not strictly needed.
RadialSymmetryDiagram.py