foundertherapy / django-cryptographic-fields

A set of fields that wrap standard Django fields with encryption provided by the python cryptography library.
MIT License
29 stars 34 forks source link

Make relative import explicit #9

Closed JshWright closed 9 years ago

JshWright commented 9 years ago

This commit makes the relative import of the 'settings' module explicit. This is necessary for Python 3 (and a good practice in Python 2)