# HG changeset patch # User Goffi # Date 1398102310 -7200 # Node ID e99b6dfd567bcdfd0f01070dab13797a35673150 # Parent 4dbe8e57ff51728015876faf52caeffc4c0ab8f7 tests: fixed import in test_helpers_plugins diff -r 4dbe8e57ff51 -r e99b6dfd567b src/test/test_helpers_plugins.py --- a/src/test/test_helpers_plugins.py Sun Apr 20 11:51:48 2014 +0200 +++ b/src/test/test_helpers_plugins.py Mon Apr 21 19:45:10 2014 +0200 @@ -20,8 +20,8 @@ """ Test the helper classes to see if they behave well""" -import helpers -import helpers_plugins +from sat.test import helpers +from sat.test import helpers_plugins class FakeXEP_0045Test(helpers.SatTestCase):