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

Old python syntax for 5.0 #8

Open
pierre-malis-coopengo opened this issue Oct 28, 2019 · 0 comments
Open

Old python syntax for 5.0 #8

pierre-malis-coopengo opened this issue Oct 28, 2019 · 0 comments

Comments

@pierre-malis-coopengo
Copy link

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

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