Fix import for Python 2.7

This commit is contained in:
Paul Romano 2017-12-14 10:04:14 +07:00
parent 7b56bcead6
commit 74a28519d0

View file

@ -1,6 +1,6 @@
#!/usr/bin/env python
from collections.abc import Mapping
from collections import Mapping
import os
import numpy as np