mirror of
https://github.com/janeczku/calibre-web
synced 2025-04-09 20:26:43 +00:00
Move vendored libraries to vendor directory
This commit is contained in:
parent
f6cf9ac7f7
commit
f7e868044e
cps.pyreadme.md
lib
flask/testsuite/test_apps/lib/python2.5/site-packages
wand
vendor
blinker
configobj.pyflask
__init__.py_compat.pyapp.pyblueprints.pyconfig.pyctx.pydebughelpers.py
flask_login.pyflask_principal.pyitsdangerous.pyext
exthook.pyglobals.pyhelpers.pyjson.pylogging.pymodule.pysessions.pysignals.pytemplating.pytesting.pytestsuite
__init__.pyappctx.pybasic.pyblueprints.pyconfig.pydeprecations.pyexamples.pyext.pyhelpers.pyregression.pyreqctx.pysignals.pytesting.pyviews.py
views.pywrappers.pystatic
subclassing.pytemplates
_macro.htmlcontext_template.htmlescaping_template.htmlmail.txt
templating.pynested
simple_template.htmltemplate_filter.htmltemplate_test.htmltest_apps
blueprintapp
config_module_app.pyconfig_package_app
flask_broken
flask_newext_package
flask_newext_simple.pyflaskext
importerror.pylib/python2.5/site-packages
main_app.pymoduleapp
path/installed_package
subdomaintestmodule
2
cps.py
2
cps.py
@ -4,7 +4,7 @@ import sys
|
||||
base_path = os.path.dirname(os.path.abspath(__file__))
|
||||
|
||||
# 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 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:
|
||||
|
||||
1. Create a `vendor` folder in the app root
|
||||
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.
|
||||
[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.
|
||||
|
||||
## Docker image
|
||||
|
||||
|
0
lib/blinker/base.py → vendor/blinker/base.py
vendored
0
lib/blinker/base.py → vendor/blinker/base.py
vendored
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/config.py → vendor/flask/config.py
vendored
0
lib/flask/config.py → vendor/flask/config.py
vendored
0
lib/flask/ctx.py → vendor/flask/ctx.py
vendored
0
lib/flask/ctx.py → vendor/flask/ctx.py
vendored
0
lib/flask/json.py → vendor/flask/json.py
vendored
0
lib/flask/json.py → vendor/flask/json.py
vendored
0
lib/flask/module.py → vendor/flask/module.py
vendored
0
lib/flask/module.py → vendor/flask/module.py
vendored
0
lib/flask/testsuite/templates/nested/nested.txt → vendor/flask/testsuite/templates/nested/nested.txt
vendored
0
lib/flask/testsuite/templates/nested/nested.txt → vendor/flask/testsuite/templates/nested/nested.txt
vendored
0
lib/flask/testsuite/test_apps/flask_broken/b.py → vendor/flask/testsuite/test_apps/flask_broken/b.py
vendored
0
lib/flask/testsuite/test_apps/flask_broken/b.py → vendor/flask/testsuite/test_apps/flask_broken/b.py
vendored
0
lib/flask/testsuite/test_apps/importerror.py → vendor/flask/testsuite/test_apps/importerror.py
vendored
0
lib/flask/testsuite/test_apps/importerror.py → vendor/flask/testsuite/test_apps/importerror.py
vendored
0
lib/flask/views.py → vendor/flask/views.py
vendored
0
lib/flask/views.py → vendor/flask/views.py
vendored
0
lib/flask_login.py → vendor/flask_login.py
vendored
0
lib/flask_login.py → vendor/flask_login.py
vendored
0
lib/itsdangerous.py → vendor/itsdangerous.py
vendored
0
lib/itsdangerous.py → vendor/itsdangerous.py
vendored
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user