def about(): draw.about("""%s A tool for generating large 3D structures by mathematical transfomations. Copyright 2004 Benedict Verhegghe. Distributed under the GNU GPL. """ % GD.Version)
def about(): draw.about(GD.Version+""" pyFormex is a python implementation of Formex algebra http://pyformex.berlios.de Copyright 2004 Benedict Verhegghe Distributed under the GNU General Public License. For help or information, mailto [email protected] """)
def description(): """Display the pyFormex description.""" draw.about(file(GD.cfg['help/description']).read())