Add import create_module function in policy_functions

This commit is contained in:
cesar991 2016-07-18 12:09:48 +02:00
parent 8ecc2a2bf1
commit 52403c9cf2
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ from selenium.webdriver.common.keys import Keys
from selenium.webdriver.support.ui import Select
from selenium.common.exceptions import NoSuchElementException
from selenium.common.exceptions import NoAlertPresentException
from module_functions import create_module
import unittest, time, re