From 74a28519d01e079128e552ce749def9b5ecec525 Mon Sep 17 00:00:00 2001 From: Paul Romano Date: Thu, 14 Dec 2017 10:04:14 +0700 Subject: [PATCH] Fix import for Python 2.7 --- tests/unit_tests/test_capi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit_tests/test_capi.py b/tests/unit_tests/test_capi.py index 08387fe18..cde3d8724 100644 --- a/tests/unit_tests/test_capi.py +++ b/tests/unit_tests/test_capi.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -from collections.abc import Mapping +from collections import Mapping import os import numpy as np