コード例 #1
0
ファイル: help.py プロジェクト: BackupTheBerlios/pyformex-svn
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)
コード例 #2
0
ファイル: help.py プロジェクト: BackupTheBerlios/pyformex-svn
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]
""")
コード例 #3
0
ファイル: help.py プロジェクト: BackupTheBerlios/pyformex-svn
def description():
    """Display the pyFormex description."""
    draw.about(file(GD.cfg['help/description']).read())