diff 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
line wrap: on
line diff
--- 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):