Removed unneeded import.

This commit is contained in:
Florian Apolloner 2014-01-03 00:42:03 +01:00
parent ed2828f0a0
commit b1a399b864
1 changed files with 0 additions and 1 deletions

View File

@ -57,7 +57,6 @@ class AdminSeleniumWebDriverTestCase(StaticLiveServerCase):
""" """
Helper function that blocks until an css selector is found on the page. Helper function that blocks until an css selector is found on the page.
""" """
from selenium.common.exceptions import NoSuchElementException, WebDriverException
from selenium.webdriver.common.by import By from selenium.webdriver.common.by import By
from selenium.webdriver.support import expected_conditions as ec from selenium.webdriver.support import expected_conditions as ec
self.wait_until( self.wait_until(