~ubuntu-branches/ubuntu/precise/euca2ools/precise

« back to all changes in this revision

Viewing changes to bin/euare-userdel

  • Committer: Bazaar Package Importer
  • Author(s): Scott Moser
  • Date: 2011-08-11 17:17:12 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20110811171712-fvtblni2lfvv6q03
Tags: 2.0.0~bzr451-0ubuntu1
* Move to new snapshot of upstream bzr in anticipation of 2.0.0 release
* update standards version

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/usr/bin/python
 
2
 
 
3
import euca2ools.commands.euare.deleteuser
 
4
 
 
5
if __name__ == '__main__':
 
6
    r = euca2ools.commands.euare.deleteuser.DeleteUser()
 
7
    r.main_cli()