File: lamson

package info (click to toggle)
python-lamson 1.0pre11-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, squeeze, wheezy
  • size: 3,508 kB
  • ctags: 1,036
  • sloc: python: 5,772; xml: 177; makefile: 19
file content (8 lines) | stat: -rwxr-xr-x 146 bytes parent folder | download
1
2
3
4
5
6
7
8
#!/usr/bin/env python

from lamson import args, commands
import sys

args.parse_and_run_command(sys.argv[1:], commands, default_command="help")