From 66434d7d053f95e77ccb507f315f5f3c7ec4bd1a Mon Sep 17 00:00:00 2001 From: Will Daly Date: Tue, 19 Mar 2013 15:51:20 -0400 Subject: [PATCH] Moved XQueue mock from terrain into LMS, so that the server is not created for cms tests. --- common/djangoapps/terrain/steps.py | 2 -- .../djangoapps/courseware/features}/mock_xqueue_server.py | 0 .../djangoapps/courseware/features}/xqueue_setup.py | 0 3 files changed, 2 deletions(-) rename {common/djangoapps/terrain => lms/djangoapps/courseware/features}/mock_xqueue_server.py (100%) rename {common/djangoapps/terrain => lms/djangoapps/courseware/features}/xqueue_setup.py (100%) diff --git a/common/djangoapps/terrain/steps.py b/common/djangoapps/terrain/steps.py index b58c9fa7f2..52eeb23c4a 100644 --- a/common/djangoapps/terrain/steps.py +++ b/common/djangoapps/terrain/steps.py @@ -10,8 +10,6 @@ import time import re import os.path -from .xqueue_setup import * - from logging import getLogger logger = getLogger(__name__) diff --git a/common/djangoapps/terrain/mock_xqueue_server.py b/lms/djangoapps/courseware/features/mock_xqueue_server.py similarity index 100% rename from common/djangoapps/terrain/mock_xqueue_server.py rename to lms/djangoapps/courseware/features/mock_xqueue_server.py diff --git a/common/djangoapps/terrain/xqueue_setup.py b/lms/djangoapps/courseware/features/xqueue_setup.py similarity index 100% rename from common/djangoapps/terrain/xqueue_setup.py rename to lms/djangoapps/courseware/features/xqueue_setup.py