Apply Python 3 futurize transform lib2to3.fixes.fix_idioms.
This commit is contained in:
parent
5f1d06390c
commit
49922b9474
|
@ -731,8 +731,7 @@ def p4ChangesForPaths(depotPaths, changeRange):
|
|||
changeNum = int(line.split(" ")[1])
|
||||
changes[changeNum] = True
|
||||
|
||||
changelist = changes.keys()
|
||||
changelist.sort()
|
||||
changelist = sorted(changes.keys())
|
||||
return changelist
|
||||
|
||||
def p4PathStartsWith(path, prefix):
|
||||
|
|
Loading…
Reference in a new issue