You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
calibre-web/cps
林檎 b70191ca2a Least change to adapt with python3
change some syntax
- except clause
- unicode -> bulitins.str
- sqllite uri
- fix import local path
- 01 to 1  (0 is meaningless)

add module
- future
- builtins (from future)
- imp (python3 )
- past (from future)
- sqlalchemy (update one)

refer to
http://python-future.org/compatible_idioms.html
7 years ago
..
static Additional version info for sqlite database 7 years ago
templates Bugfix placement of "recent downloads in "edit user section" 7 years ago
translations Merge remote-tracking branch 'polish_translation/master' 7 years ago
__init__.py custom columns unfinished 8 years ago
book_formats.py Least change to adapt with python3 7 years ago
db.py Least change to adapt with python3 7 years ago
epub.py Merge remote-tracking branch 'gitignore/bookmeta-patch-20170302' 7 years ago
fb2.py Least change to adapt with python3 7 years ago
helper.py Least change to adapt with python3 7 years ago
ub.py Least change to adapt with python3 7 years ago
uploader.py When upload pub, add description to comment accord opf file 7 years ago
web.py Least change to adapt with python3 7 years ago