diff options
Diffstat (limited to 'tests/test_api.py')
-rw-r--r-- | tests/test_api.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/test_api.py b/tests/test_api.py index f8901f731..a4229cfe6 100644 --- a/tests/test_api.py +++ b/tests/test_api.py @@ -1,6 +1,7 @@ # -*- coding: utf-8 -*- -from module.common import APIExerciser +import APIExerciser + from nose.tools import nottest |