mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
aeb44b23ec
commit
25c3260549
@ -19,9 +19,9 @@ sys.path.append(os.path.dirname(os.path.abspath(__file__)))
|
|||||||
sys.path.insert(0, os.path.dirname(sys.path[-1]))
|
sys.path.insert(0, os.path.dirname(sys.path[-1]))
|
||||||
from setup import __appname__, __version__
|
from setup import __appname__, __version__
|
||||||
import calibre.utils.localization as l # Ensure calibre translations are installed
|
import calibre.utils.localization as l # Ensure calibre translations are installed
|
||||||
|
import custom
|
||||||
del sys.path[0]
|
del sys.path[0]
|
||||||
del l
|
del l
|
||||||
import custom
|
|
||||||
custom
|
custom
|
||||||
# General configuration
|
# General configuration
|
||||||
# ---------------------
|
# ---------------------
|
||||||
|
Loading…
x
Reference in New Issue
Block a user