Skip to content

Commit

Permalink
libpython: fix Iterable import in pygrass/vector (#734)
Browse files Browse the repository at this point in the history
Fixes #733
  • Loading branch information
lrntct committed Jun 26, 2020
1 parent 5b9f5e1 commit 46b6884
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/python/pygrass/vector/basic.py
Expand Up @@ -6,7 +6,7 @@
"""
import ctypes
import grass.lib.vector as libvect
from collections import Iterable
from collections.abc import Iterable

from grass.pygrass.shell.conversion import dict2html

Expand Down

0 comments on commit 46b6884

Please sign in to comment.