diff -r 5b60464efbde -r c32454d69b85 contrib/python-zstandard/tests/test_train_dictionary.py --- a/contrib/python-zstandard/tests/test_train_dictionary.py Thu Feb 09 21:44:32 2017 -0500 +++ b/contrib/python-zstandard/tests/test_train_dictionary.py Tue Feb 07 23:24:47 2017 -0800 @@ -7,6 +7,9 @@ import zstd +from . common import ( + make_cffi, +) if sys.version_info[0] >= 3: int_type = int @@ -14,6 +17,7 @@ int_type = long +@make_cffi class TestTrainDictionary(unittest.TestCase): def test_no_args(self): with self.assertRaises(TypeError):