Move vendored libraries to vendor directory
This commit is contained in:
parent
f6cf9ac7f7
commit
f7e868044e
2
cps.py
2
cps.py
|
@ -4,7 +4,7 @@ import sys
|
||||||
base_path = os.path.dirname(os.path.abspath(__file__))
|
base_path = os.path.dirname(os.path.abspath(__file__))
|
||||||
|
|
||||||
# Insert local directories into path
|
# Insert local directories into path
|
||||||
sys.path.append(os.path.join(base_path, 'lib'))
|
sys.path.append(os.path.join(base_path, 'vendor'))
|
||||||
|
|
||||||
from cps import web
|
from cps import web
|
||||||
from cps import config
|
from cps import config
|
||||||
|
|
Binary file not shown.
Binary file not shown.
BIN
lib/wand/api.pyc
BIN
lib/wand/api.pyc
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -40,8 +40,7 @@ Python 2.7+
|
||||||
|
|
||||||
Optionally, to enable on-the-fly conversion from EPUB to MOBI when using the send-to-kindle feature:
|
Optionally, to enable on-the-fly conversion from EPUB to MOBI when using the send-to-kindle feature:
|
||||||
|
|
||||||
1. Create a `vendor` folder in the app root
|
[Download](http://www.amazon.com/gp/feature.html?docId=1000765211) Amazon's KindleGen tool for your platform and place the binary named as `kindlegen` in the `vendor` folder.
|
||||||
2. [Download](http://www.amazon.com/gp/feature.html?docId=1000765211) Amazon's KindleGen tool for your platform and place the binary named as `kindlegen` in this folder.
|
|
||||||
|
|
||||||
## Docker image
|
## Docker image
|
||||||
|
|
||||||
|
|
0
lib/configobj.py → vendor/configobj.py
vendored
0
lib/configobj.py → vendor/configobj.py
vendored
0
lib/flask/app.py → vendor/flask/app.py
vendored
0
lib/flask/app.py → vendor/flask/app.py
vendored
0
lib/flask/ctx.py → vendor/flask/ctx.py
vendored
0
lib/flask/ctx.py → vendor/flask/ctx.py
vendored
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user