Add create_function import in policy_functions

This commit is contained in:
cesar991 2016-07-21 15:40:08 +02:00
parent 2720465416
commit 2065fe76e9
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +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 selenium.webdriver.support.ui import Select
from selenium.common.exceptions import NoSuchElementException
from selenium.common.exceptions import NoAlertPresentException