Merge pull request #13667 from edx/jeskew/move_monkey_patch

Move monkey_patch to openedx.core.djangoapps.
This commit is contained in:
John Eskew
2016-10-06 14:32:35 -04:00
committed by GitHub
6 changed files with 3 additions and 3 deletions

View File

@@ -10,7 +10,7 @@ settings.INSTALLED_APPS # pylint: disable=pointless-statement
from openedx.core.lib.django_startup import autostartup
import django
from monkey_patch import (
from openedx.core.djangoapps.monkey_patch import (
third_party_auth,
django_db_models_options
)