We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Several files try to import tdb but I can not find where tdb is defined.
tdb
infogami/core/dbupgrade.py:from infogami import tdb infogami/plugins/links/db.py:from infogami import tdb infogami/plugins/pages/code.py:from infogami import tdb
The text was updated successfully, but these errors were encountered:
I did a grep for tdb, and it's not defined anywhere in infogami.
Sorry, something went wrong.
The only plugins that openlibrary seems to use are infogami/plugins/api and infogami/plugins/wikitemplates.
infogami/plugins/api
infogami/plugins/wikitemplates
tdb was removed here: infogami@1a41e7d
No branches or pull requests
Several files try to import
tdb
but I can not find wheretdb
is defined.The text was updated successfully, but these errors were encountered: