equal
deleted
inserted
replaced
52 |
52 |
53 |
53 |
54 def update(cp): |
54 def update(cp): |
55 if VERSION == '0.5.2': |
55 if VERSION == '0.5.2': |
56 upd_052(cp) |
56 upd_052(cp) |
57 elif VERSION == '0.6.0': |
57 elif VERSION in ('0.6.0', '0.6.1'): |
58 os.sys.stdout.write('info: vmm.cfg: nothing to do for version %s\n' % |
58 os.sys.stdout.write('info: vmm.cfg: nothing to do for version %s\n' % |
59 VERSION) |
59 VERSION) |
60 return |
60 return |
61 else: |
61 else: |
62 os.sys.stderr.write('error: the version %s is not supported by this ' |
62 os.sys.stderr.write('error: the version %s is not supported by this ' |