compass-core/bin/compass
Xicheng Chang ccefdc1b6f Added Compass CLI and health check modules
1. Added comments, removed typos.
2. Updated github urls to stackforge
3. Added setting.py
Amend: Run pep8 and fix styling issues.
Change-Id: Ice0ba0964207827f683c27734f78b43b6a522392
2014-01-22 21:14:05 -08:00

7 lines
86 B
Python
Executable File

#!/usr/bin/python
import sys
import compass.actions.cli as cli
sys.exit(cli.main())