Moved XQueue mock from terrain into LMS, so that the

server is not created for cms tests.
This commit is contained in:
Will Daly
2013-03-19 15:51:20 -04:00
parent 20ccf5937b
commit 66434d7d05
3 changed files with 0 additions and 2 deletions

View File

@@ -10,8 +10,6 @@ import time
import re
import os.path
from .xqueue_setup import *
from logging import getLogger
logger = getLogger(__name__)