Merge pull request #22 from SeamusConnor/master

Replaced all instances of 'python' with 'python2'

I think it's quite dumb that arch linux *ever* changed the default /usr/bin/python to python3, but oh well.  This patch seems to be okay now that even debian provides a /usr/bin/python2 symlink for the last several years.
This commit is contained in:
apenwarr 2018-11-16 02:29:12 -05:00 committed by GitHub
commit bde3b5526f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
15 changed files with 16 additions and 16 deletions

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python2
import sys, os, markdown, re
from BeautifulSoup import BeautifulSoup