ccefdc1b6f
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
7 lines
86 B
Python
Executable File
7 lines
86 B
Python
Executable File
#!/usr/bin/python
|
|
|
|
import sys
|
|
import compass.actions.cli as cli
|
|
|
|
sys.exit(cli.main())
|