57
57
# Parse each id into a name and email address
58
58
old_name, old_email = self._parse_id(old)
59
59
new_name, new_email = self._parse_id(new)
60
#print "found user map: %s => %s" % ((old_name, old_email), (new_name, new_email))
60
# print "found user map: %s => %s" % ((old_name, old_email), (new_name, new_email))
61
61
self._user_map[(old_name, old_email)] = (new_name, new_email)