devitocodes / devito

DSL and compiler framework for automated finite-differences and stencil computation
http://www.devitoproject.org
MIT License
562 stars 228 forks source link

absolute imports #110

Closed FabioLuporini closed 8 years ago

FabioLuporini commented 8 years ago

not much to say. Just that we should always use absolute imports. For example, instead of doing import logger we should have: import devito.logger

mlange05 commented 8 years ago

The last relative imports were purged in PR #147, so closing this.