forked from apprenticeharper/DeDRM_tools
-
Notifications
You must be signed in to change notification settings - Fork 349
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
45 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,6 +8,17 @@ | |
|
||
# Taken from Calibre code - Copyright © 2008, Kovid Goyal [email protected], GPLv3 | ||
|
||
""" | ||
NOTE: This code is not functional (yet). I started working on it a while ago | ||
to make a standalone version of the plugins that could work without Calibre, | ||
too, but for now there's only a rough code structure and no working code yet. | ||
Currently, to use these plugins, you will need to use Calibre. Hopwfully that'll | ||
change in the future. | ||
""" | ||
|
||
#@@CALIBRE_COMPAT_CODE@@ | ||
|
||
import sys, os, codecs, json | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters