overrides: Remove IntRange And Int64Range on Python2
authorOlivier Crête <olivier.crete@collabora.com>
Sun, 21 May 2017 16:06:25 +0000 (18:06 +0200)
committerOlivier Crête <olivier.crete@collabora.com>
Sun, 21 May 2017 16:08:36 +0000 (18:08 +0200)
commit24156b0b0dd29940b891bcc441cdc7fffad45142
tree7578008c132f6803468e9dacdaa11d95821ef33a
parent2cfded48341a4a25d7379358c0e0a7de89df4cdd
overrides: Remove IntRange And Int64Range on Python2

They use the range() built-in type which is a Python 3 change.

https://bugzilla.gnome.org/show_bug.cgi?id=782927
gi/overrides/Gst.py
testsuite/test_int64range.py
testsuite/test_intrange.py