File: euare-userlistgroups

package info (click to toggle)
euca2ools 2.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 1,832 kB
  • sloc: python: 7,807; makefile: 40; sh: 20
file content (7 lines) | stat: -rwxr-xr-x 185 bytes parent folder | download
1
2
3
4
5
6
7
#!/usr/bin/python

import euca2ools.commands.euare.listgroupsforuser

if __name__ == '__main__':
    r = euca2ools.commands.euare.listgroupsforuser.ListGroupsForUser()
    r.main_cli()