Commit c12e1fb1 by Will Daly

Added missing import statement

parent b0eb7330
......@@ -2,7 +2,7 @@ from lettuce import world, step
from .course_helpers import *
from .ui_helpers import *
from lettuce.django import django_url
from nose.tools import assert_equals
from nose.tools import assert_equals, assert_in
import time
from logging import getLogger
......
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