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

Incorrect import statement in documentation #13

Open
Evidlo opened this issue Mar 8, 2017 · 0 comments
Open

Incorrect import statement in documentation #13

Evidlo opened this issue Mar 8, 2017 · 0 comments

Comments

@Evidlo
Copy link

Evidlo commented Mar 8, 2017

The documentation here shows to do from kppy import KPDB, KPError

However, from looking through the source, it looks like this should be

from kppy.exceptions import KPError
from kppy.database import KPDBv1

A few changes to the examples are necessary after changing these import statements, too.

@Evidlo Evidlo changed the title Wrong imports in documentation Incorrect import statement in documentation Mar 8, 2017
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

1 participant