24
44
print("Do not proceed unless this is a *COPY* of your real repository")
25
45
print("If this is really what you want to do, " \
26
46
"type 'YESERASE' and press Return")
28
53
if confirmation != "YESERASE":
29
54
print("Cancelled - confirmation string not matched")