more compatible import approach

This commit is contained in:
Matt Davis 2017-09-24 23:01:02 -04:00
parent 420bc48cfd
commit 64bc395759

View File

@ -6,7 +6,7 @@ ______ _____ _____ _____ __
| |\ \| |___/\__/ / | | | | | | | (_| | | | | | | __/\ V V / (_) | | | <
\_| \_\____/\____/ \_/ |_| |_| \__,_|_| |_| |_|\___| \_/\_/ \___/|_| |_|\_|
"""
import checks # NOQA
from .checks import * # NOQA
__title__ = 'Django REST framework'
__version__ = '3.6.3'