From 9fa8a05b349d08cf886ebba42fb323348872131f Mon Sep 17 00:00:00 2001 From: Carlton Gibson Date: Wed, 6 Sep 2017 16:00:41 +0200 Subject: [PATCH] Make `schemas` a package. --- rest_framework/{schemas.py => schemas/__init__.py} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename rest_framework/{schemas.py => schemas/__init__.py} (100%) diff --git a/rest_framework/schemas.py b/rest_framework/schemas/__init__.py similarity index 100% rename from rest_framework/schemas.py rename to rest_framework/schemas/__init__.py