Fixed import issue with WebDriverException

This commit is contained in:
Will Daly
2013-03-22 11:41:30 -04:00
parent e494d529fc
commit 0562f11c56
2 changed files with 1 additions and 1 deletions

View File

@@ -9,7 +9,6 @@ from django.contrib.sessions.middleware import SessionMiddleware
from student.models import CourseEnrollment
from bs4 import BeautifulSoup
import os.path
from selenium.common.exceptions import WebDriverException
from urllib import quote_plus
from lettuce.django import django_url

View File

@@ -1,6 +1,7 @@
from lettuce import world, step
import time
from urllib import quote_plus
from selenium.common.exceptions import WebDriverException
@world.absorb
def wait(seconds):