Просмотр исходного кода

libpython: fix Iterable import in pygrass/vector (#734)

Fixes #733
Laurent Courty 4 лет назад
Родитель
Сommit
ae7ac25b3a
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      lib/python/pygrass/vector/basic.py

+ 1 - 1
lib/python/pygrass/vector/basic.py

@@ -6,7 +6,7 @@ Created on Tue Jul 31 13:06:20 2012
 """
 import ctypes
 import grass.lib.vector as libvect
-from collections import Iterable
+from collections.abc import Iterable
 
 from grass.pygrass.shell.conversion import dict2html