forked from github/pelican
Add requires for the setup.py and argparse for the python versions < 2.7.
This commit is contained in:
parent
ebd906cd4b
commit
56312a6b27
2 changed files with 7 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/local/bin/python2.7
|
||||
#!/usr/bin/python
|
||||
from pelican.generator import generate_output
|
||||
import argparse
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue