Skip to content
Snippets Groups Projects
Commit c12e1fb1 authored by Will Daly's avatar Will Daly
Browse files

Added missing import statement

parent b0eb7330
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment