comparison src/test/test_helpers_plugins.py @ 996:e99b6dfd567b

tests: fixed import in test_helpers_plugins
author Goffi <goffi@goffi.org>
date Mon, 21 Apr 2014 19:45:10 +0200
parents 1fe00f0c9a91
children 069ad98b360d
comparison
equal deleted inserted replaced
995:4dbe8e57ff51 996:e99b6dfd567b
18 # You should have received a copy of the GNU Affero General Public License 18 # You should have received a copy of the GNU Affero General Public License
19 # along with this program. If not, see <http://www.gnu.org/licenses/>. 19 # along with this program. If not, see <http://www.gnu.org/licenses/>.
20 20
21 """ Test the helper classes to see if they behave well""" 21 """ Test the helper classes to see if they behave well"""
22 22
23 import helpers 23 from sat.test import helpers
24 import helpers_plugins 24 from sat.test import helpers_plugins
25 25
26 26
27 class FakeXEP_0045Test(helpers.SatTestCase): 27 class FakeXEP_0045Test(helpers.SatTestCase):
28 28
29 def setUp(self): 29 def setUp(self):