Project

General

Profile

root / branches / 1.1 / bin / haizea-list-hosts @ 847

1
#!/usr/bin/python
2

    
3
from haizea.cli import rpc_commands
4
import sys
5

    
6
c = rpc_commands.haizea_list_hosts(sys.argv)
7
c.run()