This commit is contained in:
Kovid Goyal 2015-10-01 11:26:46 +05:30
parent 7c0c153d97
commit 2170532391

View File

@ -10,7 +10,7 @@ import os, sys
from calibre.constants import iswindows, plugins from calibre.constants import iswindows, plugins
''' '''
This modeule defines a share_open() function which is a replacement for This module defines a share_open() function which is a replacement for
python's builtin open() function. python's builtin open() function.
This replacement, opens 'shareable' files on all platforms. That is files that This replacement, opens 'shareable' files on all platforms. That is files that