mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 08:14:38 +02:00
Fixed missing import
This commit is contained in:
parent
b8d0975444
commit
7b47a6f60e
@ -1,6 +1,6 @@
|
|||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
from include.common_classes_60 import PandoraWebDriverTestCase
|
from include.common_classes_60 import PandoraWebDriverTestCase
|
||||||
from include.common_functions_60 import login, click_menu_element, detect_and_pass_all_wizards, gen_random_string
|
from include.common_functions_60 import login, click_menu_element, detect_and_pass_all_wizards, gen_random_string, delete_agent
|
||||||
from include.agent_functions import create_agent
|
from include.agent_functions import create_agent
|
||||||
from include.api_functions import *
|
from include.api_functions import *
|
||||||
from selenium import webdriver
|
from selenium import webdriver
|
||||||
|
Loading…
x
Reference in New Issue
Block a user