|
@@ -565,7 +565,7 @@ def main(): |
|
|
|
|
|
|
|
|
pprint.pprint([ x[1:] for x in changes ]) |
|
|
pprint.pprint([ x[1:] for x in changes ]) |
|
|
|
|
|
|
|
|
res = raw_input('Apply the changes? (type yes to apply): ') |
|
|
|
|
|
|
|
|
res = input('Apply the changes? (type yes to apply): ') |
|
|
if res != 'yes': |
|
|
if res != 'yes': |
|
|
print('not applying changes.') |
|
|
print('not applying changes.') |
|
|
sys.exit(1) |
|
|
sys.exit(1) |
|
|