~ubuntu-branches/ubuntu/maverick/cloud-utils/maverick-201009260914

« back to all changes in this revision

Viewing changes to ec2metadata

  • Committer: Scott Moser
  • Date: 2010-06-15 17:14:38 UTC
  • Revision ID: smoser@ubuntu.com-20100615171438-si6hh6uh4orvzpaj
ec2metadata: fix incorrect vi modeset option

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/usr/bin/python
2
 
# vi: ts=4 expandtab
 
2
# vi: ts=4 noexpandtab
3
3
#
4
4
#    Query and display EC2 metadata related to the AMI instance
5
5
#    Copyright (c) 2009 Canonical Ltd. (Canonical Contributor Agreement 2.5)