From 8b2bdb0e5667d17632847880537ec8da1bca3fcb Mon Sep 17 00:00:00 2001
From: axl89 <axl89@users.noreply.github.com>
Date: Tue, 6 Sep 2016 16:00:08 +0200
Subject: [PATCH] Fixed missing import v2

---
 tests/console/Bulk_operations.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/console/Bulk_operations.py b/tests/console/Bulk_operations.py
index 790d38447a..8fdc366a61 100644
--- a/tests/console/Bulk_operations.py
+++ b/tests/console/Bulk_operations.py
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 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, delete_agent
-from include.agent_functions import create_agent
+from include.common_functions_60 import login, click_menu_element, detect_and_pass_all_wizards, gen_random_string
+from include.agent_functions import create_agent, delete_agent
 from include.api_functions import *
 from selenium import webdriver
 from selenium.webdriver.common.by import By