
The string.letters in python2 was supported. But in python3, string.letters was removed. In python3, recommend using string.ascii_letters instead. This patch fix it. Change-Id: I7bfe2b94c0c740d9143ddddc655f8086a537f24b Closes-Bug: #1595786
The string.letters in python2 was supported. But in python3, string.letters was removed. In python3, recommend using string.ascii_letters instead. This patch fix it. Change-Id: I7bfe2b94c0c740d9143ddddc655f8086a537f24b Closes-Bug: #1595786