Révision 17f78427
Whitespace cleanup
- remove trailing whitespace
- remove empty lines at the end of files
| plugins/nova/nova_instance_launched | ||
|---|---|---|
| 52 | 52 |
if sys.argv[1] == "config": |
| 53 | 53 |
print_config() |
| 54 | 54 |
elif sys.argv[1]=="autoconf" : |
| 55 |
if not successful_import:
|
|
| 55 |
if not successful_import: |
|
| 56 | 56 |
print 'no (failed import nova module)' |
| 57 | 57 |
sys.exit(0) |
| 58 | 58 |
else: |
| 59 | 59 |
print 'yes' |
| 60 | 60 |
elif successful_import: |
| 61 | 61 |
utils.default_flagfile() |
| 62 |
flags.FLAGS(sys.argv)
|
|
| 62 |
flags.FLAGS(sys.argv) |
|
| 63 | 63 |
print_values() |
Formats disponibles : Unified diff