mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 18:24:30 -04:00
Merge branch 'executable-bit' of https://github.com/aimylios/calibre
This commit is contained in:
commit
f3b64dfbe2
@ -1,3 +1,5 @@
|
||||
#!/usr/bin/env python2
|
||||
|
||||
from __future__ import absolute_import, division, print_function, unicode_literals
|
||||
|
||||
__license__ = 'GPL v3'
|
||||
|
0
src/calibre/devices/eb600/__init__.py
Executable file → Normal file
0
src/calibre/devices/eb600/__init__.py
Executable file → Normal file
0
src/calibre/devices/kindle/__init__.py
Executable file → Normal file
0
src/calibre/devices/kindle/__init__.py
Executable file → Normal file
0
src/calibre/devices/nuut2/__init__.py
Executable file → Normal file
0
src/calibre/devices/nuut2/__init__.py
Executable file → Normal file
0
src/calibre/ebooks/comic/input.py
Executable file → Normal file
0
src/calibre/ebooks/comic/input.py
Executable file → Normal file
0
src/calibre/ebooks/conversion/plugins/snb_input.py
Executable file → Normal file
0
src/calibre/ebooks/conversion/plugins/snb_input.py
Executable file → Normal file
0
src/calibre/ebooks/metadata/snb.py
Executable file → Normal file
0
src/calibre/ebooks/metadata/snb.py
Executable file → Normal file
0
src/calibre/ebooks/metadata/sources/overdrive.py
Executable file → Normal file
0
src/calibre/ebooks/metadata/sources/overdrive.py
Executable file → Normal file
0
src/calibre/ebooks/rtf2xml/ParseRtf.py
Executable file → Normal file
0
src/calibre/ebooks/rtf2xml/ParseRtf.py
Executable file → Normal file
0
src/calibre/ebooks/rtf2xml/__init__.py
Executable file → Normal file
0
src/calibre/ebooks/rtf2xml/__init__.py
Executable file → Normal file
0
src/calibre/ebooks/rtf2xml/add_brackets.py
Executable file → Normal file
0
src/calibre/ebooks/rtf2xml/add_brackets.py
Executable file → Normal file
0
src/calibre/ebooks/rtf2xml/body_styles.py
Executable file → Normal file
0
src/calibre/ebooks/rtf2xml/body_styles.py
Executable file → Normal file
0
src/calibre/ebooks/rtf2xml/border_parse.py
Executable file → Normal file
0
src/calibre/ebooks/rtf2xml/border_parse.py
Executable file → Normal file
0
src/calibre/ebooks/rtf2xml/char_set.py
Executable file → Normal file
0
src/calibre/ebooks/rtf2xml/char_set.py
Executable file → Normal file
0
src/calibre/ebooks/rtf2xml/check_brackets.py
Executable file → Normal file
0
src/calibre/ebooks/rtf2xml/check_brackets.py
Executable file → Normal file
0
src/calibre/ebooks/rtf2xml/check_encoding.py
Executable file → Normal file
0
src/calibre/ebooks/rtf2xml/check_encoding.py
Executable file → Normal file
0
src/calibre/ebooks/rtf2xml/colors.py
Executable file → Normal file
0
src/calibre/ebooks/rtf2xml/colors.py
Executable file → Normal file
0
src/calibre/ebooks/rtf2xml/combine_borders.py
Executable file → Normal file
0
src/calibre/ebooks/rtf2xml/combine_borders.py
Executable file → Normal file
0
src/calibre/ebooks/rtf2xml/configure_txt.py
Executable file → Normal file
0
src/calibre/ebooks/rtf2xml/configure_txt.py
Executable file → Normal file
0
src/calibre/ebooks/rtf2xml/convert_to_tags.py
Executable file → Normal file
0
src/calibre/ebooks/rtf2xml/convert_to_tags.py
Executable file → Normal file
0
src/calibre/ebooks/rtf2xml/copy.py
Executable file → Normal file
0
src/calibre/ebooks/rtf2xml/copy.py
Executable file → Normal file
0
src/calibre/ebooks/rtf2xml/default_encoding.py
Executable file → Normal file
0
src/calibre/ebooks/rtf2xml/default_encoding.py
Executable file → Normal file
0
src/calibre/ebooks/rtf2xml/delete_info.py
Executable file → Normal file
0
src/calibre/ebooks/rtf2xml/delete_info.py
Executable file → Normal file
0
src/calibre/ebooks/rtf2xml/field_strings.py
Executable file → Normal file
0
src/calibre/ebooks/rtf2xml/field_strings.py
Executable file → Normal file
0
src/calibre/ebooks/rtf2xml/fields_large.py
Executable file → Normal file
0
src/calibre/ebooks/rtf2xml/fields_large.py
Executable file → Normal file
0
src/calibre/ebooks/rtf2xml/fields_small.py
Executable file → Normal file
0
src/calibre/ebooks/rtf2xml/fields_small.py
Executable file → Normal file
0
src/calibre/ebooks/rtf2xml/fonts.py
Executable file → Normal file
0
src/calibre/ebooks/rtf2xml/fonts.py
Executable file → Normal file
0
src/calibre/ebooks/rtf2xml/footnote.py
Executable file → Normal file
0
src/calibre/ebooks/rtf2xml/footnote.py
Executable file → Normal file
0
src/calibre/ebooks/rtf2xml/get_char_map.py
Executable file → Normal file
0
src/calibre/ebooks/rtf2xml/get_char_map.py
Executable file → Normal file
0
src/calibre/ebooks/rtf2xml/get_options.py
Executable file → Normal file
0
src/calibre/ebooks/rtf2xml/get_options.py
Executable file → Normal file
0
src/calibre/ebooks/rtf2xml/group_borders.py
Executable file → Normal file
0
src/calibre/ebooks/rtf2xml/group_borders.py
Executable file → Normal file
0
src/calibre/ebooks/rtf2xml/group_styles.py
Executable file → Normal file
0
src/calibre/ebooks/rtf2xml/group_styles.py
Executable file → Normal file
0
src/calibre/ebooks/rtf2xml/header.py
Executable file → Normal file
0
src/calibre/ebooks/rtf2xml/header.py
Executable file → Normal file
0
src/calibre/ebooks/rtf2xml/headings_to_sections.py
Executable file → Normal file
0
src/calibre/ebooks/rtf2xml/headings_to_sections.py
Executable file → Normal file
0
src/calibre/ebooks/rtf2xml/hex_2_utf8.py
Executable file → Normal file
0
src/calibre/ebooks/rtf2xml/hex_2_utf8.py
Executable file → Normal file
0
src/calibre/ebooks/rtf2xml/info.py
Executable file → Normal file
0
src/calibre/ebooks/rtf2xml/info.py
Executable file → Normal file
0
src/calibre/ebooks/rtf2xml/inline.py
Executable file → Normal file
0
src/calibre/ebooks/rtf2xml/inline.py
Executable file → Normal file
0
src/calibre/ebooks/rtf2xml/line_endings.py
Executable file → Normal file
0
src/calibre/ebooks/rtf2xml/line_endings.py
Executable file → Normal file
0
src/calibre/ebooks/rtf2xml/list_numbers.py
Executable file → Normal file
0
src/calibre/ebooks/rtf2xml/list_numbers.py
Executable file → Normal file
0
src/calibre/ebooks/rtf2xml/list_table.py
Executable file → Normal file
0
src/calibre/ebooks/rtf2xml/list_table.py
Executable file → Normal file
0
src/calibre/ebooks/rtf2xml/make_lists.py
Executable file → Normal file
0
src/calibre/ebooks/rtf2xml/make_lists.py
Executable file → Normal file
0
src/calibre/ebooks/rtf2xml/old_rtf.py
Executable file → Normal file
0
src/calibre/ebooks/rtf2xml/old_rtf.py
Executable file → Normal file
0
src/calibre/ebooks/rtf2xml/options_trem.py
Executable file → Normal file
0
src/calibre/ebooks/rtf2xml/options_trem.py
Executable file → Normal file
0
src/calibre/ebooks/rtf2xml/output.py
Executable file → Normal file
0
src/calibre/ebooks/rtf2xml/output.py
Executable file → Normal file
0
src/calibre/ebooks/rtf2xml/override_table.py
Executable file → Normal file
0
src/calibre/ebooks/rtf2xml/override_table.py
Executable file → Normal file
0
src/calibre/ebooks/rtf2xml/paragraph_def.py
Executable file → Normal file
0
src/calibre/ebooks/rtf2xml/paragraph_def.py
Executable file → Normal file
0
src/calibre/ebooks/rtf2xml/paragraphs.py
Executable file → Normal file
0
src/calibre/ebooks/rtf2xml/paragraphs.py
Executable file → Normal file
0
src/calibre/ebooks/rtf2xml/pict.py
Executable file → Normal file
0
src/calibre/ebooks/rtf2xml/pict.py
Executable file → Normal file
0
src/calibre/ebooks/rtf2xml/preamble_div.py
Executable file → Normal file
0
src/calibre/ebooks/rtf2xml/preamble_div.py
Executable file → Normal file
0
src/calibre/ebooks/rtf2xml/preamble_rest.py
Executable file → Normal file
0
src/calibre/ebooks/rtf2xml/preamble_rest.py
Executable file → Normal file
0
src/calibre/ebooks/rtf2xml/process_tokens.py
Executable file → Normal file
0
src/calibre/ebooks/rtf2xml/process_tokens.py
Executable file → Normal file
0
src/calibre/ebooks/rtf2xml/replace_illegals.py
Executable file → Normal file
0
src/calibre/ebooks/rtf2xml/replace_illegals.py
Executable file → Normal file
0
src/calibre/ebooks/rtf2xml/sections.py
Executable file → Normal file
0
src/calibre/ebooks/rtf2xml/sections.py
Executable file → Normal file
0
src/calibre/ebooks/rtf2xml/styles.py
Executable file → Normal file
0
src/calibre/ebooks/rtf2xml/styles.py
Executable file → Normal file
0
src/calibre/ebooks/rtf2xml/table.py
Executable file → Normal file
0
src/calibre/ebooks/rtf2xml/table.py
Executable file → Normal file
0
src/calibre/ebooks/rtf2xml/table_info.py
Executable file → Normal file
0
src/calibre/ebooks/rtf2xml/table_info.py
Executable file → Normal file
0
src/calibre/ebooks/rtf2xml/tokenize.py
Executable file → Normal file
0
src/calibre/ebooks/rtf2xml/tokenize.py
Executable file → Normal file
0
src/calibre/ebooks/textile/functions.py
Executable file → Normal file
0
src/calibre/ebooks/textile/functions.py
Executable file → Normal file
0
src/calibre/gui2/actions/tweak_epub.py
Executable file → Normal file
0
src/calibre/gui2/actions/tweak_epub.py
Executable file → Normal file
0
src/calibre/utils/Zeroconf.py
Executable file → Normal file
0
src/calibre/utils/Zeroconf.py
Executable file → Normal file
0
src/calibre/utils/smtplib.py
Executable file → Normal file
0
src/calibre/utils/smtplib.py
Executable file → Normal file
0
src/calibre/utils/text2int.py
Executable file → Normal file
0
src/calibre/utils/text2int.py
Executable file → Normal file
0
src/calibre/utils/titlecase.py
Executable file → Normal file
0
src/calibre/utils/titlecase.py
Executable file → Normal file
0
src/polyglot/reprlib.py
Executable file → Normal file
0
src/polyglot/reprlib.py
Executable file → Normal file
0
src/polyglot/socketserver.py
Executable file → Normal file
0
src/polyglot/socketserver.py
Executable file → Normal file
Loading…
x
Reference in New Issue
Block a user