Project

General

Profile

root / trunk / bin / haizea-cancel-lease

1
#!/usr/bin/python
2

    
3
from haizea.cli import rpc_commands
4
import sys
5

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