Horizon Python Module Script. More...
Functions | |
def | __main |
List Available Scripts. | |
Variables | |
string | __revision__ = "$Revision: 235 $" |
SVN Code Revision. | |
string | __version__ = "1.0" |
Module Version. |
Horizon Python Module Script.
Python Script for the Horizon Python Module.
This module, the main script for the clearpath.horizon package, provides absolutely no functionality; it just outputs what scripts within the clearpath.horizon package can be run.
This script is executed by running 'python -m clearpath.horizon' for Python 2.7+ and Python 3.1+ or 'python -m clearpath.horizon.__main__' for Python 2.6- and Python 3.0.
Version 1.0
def clearpath::horizon::__main__::__main | ( | ) | [private] |
List Available Scripts.
Main Program for Clearpath Robotics, Inc. Horizon package
List Available Scripts.
Definition at line 132 of file horizon/__main__.py.
string clearpath::horizon::__main__::__revision__ = "$Revision: 235 $" |
SVN Code Revision.
Definition at line 115 of file horizon/__main__.py.
string clearpath::horizon::__main__::__version__ = "1.0" |
Module Version.
Definition at line 112 of file horizon/__main__.py.