-
- Downloads
[IMP] Use explicitly relative imports in backend doc
closes #3336 Implicit relative imports have been removed in Python 3, and developers should be encouraged to use explicitly relative imports to avoid confusion between local and global modules See https://www.python.org/dev/peps/pep-0328 for PEP on the subject with reasonings and justifications
Showing
- doc/howtos/backend.rst 1 addition, 1 deletiondoc/howtos/backend.rst
- doc/howtos/backend/exercise-creation 2 additions, 2 deletionsdoc/howtos/backend/exercise-creation
- doc/howtos/backend/exercise-model-inheritance 3 additions, 3 deletionsdoc/howtos/backend/exercise-model-inheritance
- doc/howtos/backend/exercise-wizard 4 additions, 4 deletionsdoc/howtos/backend/exercise-wizard
Please register or sign in to comment