diff options
-rwxr-xr-x | scripts/openlibrary2lesana | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/openlibrary2lesana b/scripts/openlibrary2lesana index c3d38e3..cf026ad 100755 --- a/scripts/openlibrary2lesana +++ b/scripts/openlibrary2lesana @@ -6,6 +6,7 @@ import os import sys import dateutil.parser +import hazwaz import requests import lesana @@ -18,7 +19,7 @@ OPENAPI_ISBN_URL = OPENAPI_BASE + '/isbn/{isbn}.json' logger = logging.getLogger(__name__) -class OL2L(lesana.command.Command): +class OL2L(lesana.command.Command, hazwaz.mixins.ExternalEditorMixin): """ Manage collections """ |