Skip to content
Snippets Groups Projects
Commit c378037a authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

Fix missing symbol (SkipTest)

parent 51ddfde9
No related branches found
No related tags found
No related merge requests found
......@@ -81,6 +81,7 @@ def is_inside(point, box, eps=1e-5):
def opencv_available(test):
"""Decorator for detecting if OpenCV/Python bindings are available"""
from nose.plugins.skip import SkipTest
@functools.wraps(test)
def wrapper(*args, **kwargs):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment