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 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/env python2
#!/usr/bin/env python
from datetime import date
from lxml import etree