summaryrefslogtreecommitdiff
path: root/docs/Makefile.am
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@centricular.com>2017-12-07 19:17:06 +0530
committerNirbheek Chauhan <nirbheek@centricular.com>2018-03-10 19:05:19 +0530
commitb9693d3ad11cb6861cfb088223e791f1eb50385b (patch)
tree9405e0c7962c8d3cb07f09832124de9e15e78c9c /docs/Makefile.am
parent2034e303ada98b51d081aec02e0ed9a2546c266b (diff)
downloadgobject-introspection-b9693d3ad11cb6861cfb088223e791f1eb50385b.tar.gz
giscanner: Fix minor python3 compatibility issue
dict.items() returns a tuple in Python2 but it returns an iterator in Python3. This is usually fine, except that in this place we also try to index the return value which won't work with iterators.
Diffstat (limited to 'docs/Makefile.am')
0 files changed, 0 insertions, 0 deletions