- fixed the issue with toggling visibility for Excellon objects
- fixed some issue when using Python 3.10
This commit is contained in:
@@ -22,7 +22,7 @@ import shapely.affinity as affinity
|
||||
import logging
|
||||
from copy import deepcopy
|
||||
import numpy as np
|
||||
from collections import Iterable
|
||||
from collections.abc import Iterable
|
||||
|
||||
import gettext
|
||||
import appTranslation as fcTranslate
|
||||
|
||||
@@ -19,7 +19,7 @@ from shapely.affinity import translate
|
||||
from shapely.geometry import box
|
||||
|
||||
from io import StringIO, BytesIO
|
||||
from collections import Iterable
|
||||
from collections.abc import Iterable
|
||||
import logging
|
||||
from copy import deepcopy
|
||||
|
||||
|
||||
Reference in New Issue
Block a user