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
Some of your commits have file with old python syntax:
import library
new python syntax must be :
from . import library
. being the current directory, might be a sub directory if you like.
Minor problem but affects a lot (or all) of your branches, here is a few of them:
https://github.com/coopengo/tryton-training/blob/5.0/step10_completed/modules/library/__init__.py
https://github.com/coopengo/tryton-training/blob/5.0/step7_homework/modules/library/__init__.py
https://github.com/coopengo/tryton-training/blob/5.0/step4_completed/modules/library/__init__.py
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Some of your commits have file with old python syntax:
new python syntax must be :
. being the current directory, might be a sub directory if you like.
Minor problem but affects a lot (or all) of your branches,
here is a few of them:
https://github.com/coopengo/tryton-training/blob/5.0/step10_completed/modules/library/__init__.py
https://github.com/coopengo/tryton-training/blob/5.0/step7_homework/modules/library/__init__.py
https://github.com/coopengo/tryton-training/blob/5.0/step4_completed/modules/library/__init__.py
The text was updated successfully, but these errors were encountered: