~registry/uec-testing-scripts/trunk

« back to all changes in this revision

Viewing changes to openstack/uectesting/utils.py

  • Committer: C de-Avillez
  • Date: 2011-01-20 15:37:14 UTC
  • mfrom: (63.1.1 uec-testing-scripts)
  • Revision ID: hggdh2@ubuntu.com-20110120153714-dc1q0tjbvlwxg8g8
openstack: initial merge from Chuck's branch

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
import optparse
 
2
 
 
3
 
 
4
optparser = optparse.OptionParser()
 
5
optparser.add_option('-c', dest='config_file', help='Config file to use')
 
6
(options, args) = optparser.parse_args()