Mercurial > libervia-backend
changeset 996:e99b6dfd567b
tests: fixed import in test_helpers_plugins
author | Goffi <goffi@goffi.org> |
---|---|
date | Mon, 21 Apr 2014 19:45:10 +0200 |
parents | 4dbe8e57ff51 |
children | b3f383ab39da |
files | src/test/test_helpers_plugins.py |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
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):