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

Imorting pages instead of vpages #32

Closed
wants to merge 3 commits into from
Closed

Conversation

almanilsson
Copy link
Collaborator

There seems to be an error in the imports in .../tseda/src/tseda/__main__.py
Row 12 should sayfrom . import vpagesinstead of from . import pages, otherwise you get the following error:

-  File ".../tseda/src/tseda/__main__.py", line 12, in <module>
-  from . import pages  # noqa
- ImportError: cannot import name 'pages' from 'tseda' (.../tseda/src/tseda/__init__.py). Did you mean: 'vpages'?

This PR changes pages to vpages.

@percyfal
Copy link
Collaborator

The erroneous import statement was fixed in #33. The import of vpages is actually unnecessary in main.py, so I suggest you update the PR, removing the import statement, leaving only the modification of .gitignore (change the subject of the PR in this case).

@almanilsson
Copy link
Collaborator Author

Since it is such a small update without the import fix I will hold off on merging these changes until the next PR!

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

Successfully merging this pull request may close these issues.

2 participants