IBM / django-ibmi

Django adapter for IBM i
Apache License 2.0
3 stars 5 forks source link

Use relative imports for internal package imports #23

Closed kadler closed 3 years ago

kadler commented 3 years ago

Instead of referencing django_ibmi directly, we can use relative imports

Things like this: https://github.com/IBM/django-ibmi/blob/master/django_ibmi/base.py#L46-L50