Skip to content
New issue

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

Where is tdb? #89

Open
cclauss opened this issue Jul 16, 2020 · 3 comments
Open

Where is tdb? #89

cclauss opened this issue Jul 16, 2020 · 3 comments

Comments

@cclauss
Copy link

cclauss commented Jul 16, 2020

Several files try to import tdb but I can not find where tdb is defined.

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
@A1Liu
Copy link

A1Liu commented Jul 20, 2020

I did a grep for tdb, and it's not defined anywhere in infogami.

  1. dbupgrade is documented as an action in infogami, but isn't imported or used anywhere in the project.
  2. infogami/plugins/links/db.py and infogami/plugins/pages/code.py aren't used anywhere in infogami
  3. None of the above seem to be used in openlibrary either.

@A1Liu
Copy link

A1Liu commented Jul 20, 2020

The only plugins that openlibrary seems to use are infogami/plugins/api and infogami/plugins/wikitemplates.

@dherbst
Copy link

dherbst commented Jan 16, 2021

tdb was removed here: infogami@1a41e7d

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants