mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-11-07 15:23:13 -05:00
filter, map, range, and zip were proxied through polyglot.builtins to ensure that their `future_builtins` forms were used. In python3 this is no longer needed and they don't need to be imported at all, from anywhere. So, don't.