summaryrefslogtreecommitdiffstats
path: root/git_config.py
diff options
context:
space:
mode:
authorAnthony King <anthonydking@slimroms.net>2014-05-05 21:24:05 +0100
committerAnthony King <anthonydking@slimroms.net>2014-05-07 08:44:20 +0100
commit2cd1f0452eb746ae727218f5dbda0fd1ae0b2e34 (patch)
treedd8ee9139452c6eb3c759f199cab78d762545cdf /git_config.py
parent65e3a78a9e9336dae396cef09b8b23621f4bdc6e (diff)
downloadgit-repo-2cd1f0452eb746ae727218f5dbda0fd1ae0b2e34.tar.gz
Use next(iterator) rather than iterator.next()
iterator.next() was replaced with iterator.__next__() in Python 3. Use next(iterator) instead which will select the correct method for returning the next item. Change-Id: I6d0c89c8b32e817e5897fe87332933dacf22027b
Diffstat (limited to 'git_config.py')
0 files changed, 0 insertions, 0 deletions