Closed FabioLuporini closed 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
import logger
import devito.logger
The last relative imports were purged in PR #147, so closing this.
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