Missing import

This commit is contained in:
axl89 2016-08-17 10:20:23 +02:00
parent 057fb1c9ba
commit 68652ce584
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ from include.common_classes_60 import PandoraWebDriverTestCase
from include.common_functions_60 import login, detect_and_pass_all_wizards, gen_random_string, is_enterprise
from include.policy_functions import *
from include.agent_functions import *
from include.collection_functions import *
from selenium import webdriver
from selenium.webdriver.common.by import By
from selenium.webdriver.common.keys import Keys