%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /lib/calibre/calibre/ebooks/rtf2xml/
Upload File :
Create Path :
Current File : //lib/calibre/calibre/ebooks/rtf2xml/__init__.py

def open_for_read(path):
    return open(path, encoding='utf-8', errors='replace')


def open_for_write(path, append=False):
    mode = 'a' if append else 'w'
    return open(path, mode, encoding='utf-8', errors='replace', newline='')

Zerion Mini Shell 1.0