Commit dfc0a357 by Dustin Gadal

Fix import error

See also:
https://github.com/edx/edx-platform/pull/9969

I'm not at a linux box to do a rebase from the command line, so I'm creating a new PR.
parent 4b37d788
...@@ -7,7 +7,7 @@ import pymongo.message ...@@ -7,7 +7,7 @@ import pymongo.message
import threading import threading
import traceback import traceback
from collections import defaultdict from collections import defaultdict
from decorator import contextmanager from contextlib import contextmanager
from uuid import uuid4 from uuid import uuid4
from factory import Factory, Sequence, lazy_attribute_sequence, lazy_attribute from factory import Factory, Sequence, lazy_attribute_sequence, lazy_attribute
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment