fix imports in tests

This commit is contained in:
Alexey Lavrenuke 2015-02-06 16:41:18 +03:00
parent a3ad499c34
commit 13a85204f1
2 changed files with 3 additions and 2 deletions

View File

@ -4,7 +4,8 @@ import logging
from yandextank.plugins.Phantom import PhantomConfig, PhantomPlugin
from TankTests import TankTestCase
from yandextank.plugins.PhantomUtils import StepperWrapper, AddressWizard
from yandextank.plugins.Phantom.PhantomUtils import \
StepperWrapper, AddressWizard
class PhantomConfigTestCase(TankTestCase):

View File

@ -5,7 +5,7 @@ import unittest
from yandextank.plugins.Aggregator import AggregatorPlugin, SecondAggregateData
from yandextank.plugins.Phantom import PhantomPlugin, PhantomReader
from TankTests import TankTestCase
from yandextank.plugins.PhantomUtils import StepperWrapper
from yandextank.plugins.Phantom.PhantomUtils import StepperWrapper
class PhantomPluginTestCase(TankTestCase):