From e9aa3cf5f15e06f3af837792a5fae967514cd0e5 Mon Sep 17 00:00:00 2001 From: "Chris St. Pierre" Date: Thu, 23 Aug 2012 07:57:41 -0400 Subject: removed two more relative imports --- testsuite/Testlib/TestServer/TestPlugins/TestProbes.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'testsuite/Testlib/TestServer/TestPlugins/TestProbes.py') diff --git a/testsuite/Testlib/TestServer/TestPlugins/TestProbes.py b/testsuite/Testlib/TestServer/TestPlugins/TestProbes.py index 743ef508b..e28cb7a29 100644 --- a/testsuite/Testlib/TestServer/TestPlugins/TestProbes.py +++ b/testsuite/Testlib/TestServer/TestPlugins/TestProbes.py @@ -2,6 +2,8 @@ import os import sys import time import lxml.etree +import Bcfg2.Server +import Bcfg2.Server.Plugin from mock import Mock, MagicMock, patch # add all parent testsuite directories to sys.path to allow (most) @@ -16,10 +18,8 @@ while path != "/": from common import XI_NAMESPACE, XI, inPy3k, call, builtins, u, can_skip, \ skip, skipIf, skipUnless, Bcfg2TestCase, DBModelTestCase, syncdb, \ patchIf, datastore -import Bcfg2.Server -import Bcfg2.Server.Plugin from Bcfg2.Server.Plugins.Probes import * -from ..TestPlugin import TestEntrySet, TestProbing, TestConnector, \ +from TestPlugin import TestEntrySet, TestProbing, TestConnector, \ TestDatabaseBacked # test data for JSON and YAML tests -- cgit v1.2.3-1-g7c22