Fixed an import.

(cherry picked from commit b6af4629d0)
This commit is contained in:
Ramon Novoa 2016-07-22 14:27:00 +02:00
parent e31dacb6d7
commit 1c6a20d650
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ from common_functions_60 import login, click_menu_element, detect_and_pass_all_w
from selenium import webdriver
from selenium.webdriver.common.by import By
from selenium.webdriver.common.keys import Keys
from include.module_functions import create_module
from module_functions import create_module
from selenium.webdriver.support.ui import Select
from selenium.common.exceptions import NoSuchElementException
from selenium.common.exceptions import NoAlertPresentException