Change shebangs to python from python2

Also remove a few other miscellaneous references to python2
This commit is contained in:
Kovid Goyal
2019-11-17 15:27:24 +05:30
parent b333c10301
commit 29cd8d64ea
1438 changed files with 1445 additions and 1480 deletions
@@ -1,4 +1,4 @@
#!/usr/bin/env python2
#!/usr/bin/env python
# vim:fileencoding=UTF-8:ts=4:sw=4:sta:et:sts=4:ai
from __future__ import absolute_import, division, print_function, unicode_literals