changeset 30895 | c32454d69b85 |
parent 30435 | b86a448a2965 |
child 31796 | e0dc40530c5a |
--- 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):