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:
commit
bde3b5526f
15 changed files with 16 additions and 16 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env python
|
||||
#!/usr/bin/env python2
|
||||
import sys, os, markdown, re
|
||||
from BeautifulSoup import BeautifulSoup
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue