- solved a circular import
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
# MIT Licence #
|
||||
# ########################################################## ##
|
||||
|
||||
from camlib import Geometry
|
||||
from camlib import Geometry, grace
|
||||
|
||||
import shapely.affinity as affinity
|
||||
from shapely.geometry import Point, LineString
|
||||
@@ -17,8 +17,7 @@ import logging
|
||||
import traceback
|
||||
from copy import deepcopy
|
||||
|
||||
import AppTranslation as fcTranslate
|
||||
from Common import GracefulException as grace
|
||||
# import AppTranslation as fcTranslate
|
||||
|
||||
import gettext
|
||||
import builtins
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
from PyQt5 import QtWidgets
|
||||
from camlib import Geometry, arc, arc_angle, ApertureMacro
|
||||
from camlib import Geometry, arc, arc_angle, ApertureMacro, grace
|
||||
|
||||
import numpy as np
|
||||
import re
|
||||
@@ -15,7 +15,6 @@ from shapely.geometry import box as shply_box, Polygon, LineString, Point, Multi
|
||||
|
||||
from lxml import etree as ET
|
||||
from AppParsers.ParseSVG import svgparselength, getsvggeo
|
||||
from Common import GracefulException as grace
|
||||
import AppTranslation as fcTranslate
|
||||
|
||||
import gettext
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
# MIT Licence #
|
||||
# ############################################################
|
||||
|
||||
from camlib import arc, three_point_circle
|
||||
from camlib import arc, three_point_circle, grace
|
||||
|
||||
import numpy as np
|
||||
import re
|
||||
@@ -18,8 +18,7 @@ import sys
|
||||
from shapely.ops import unary_union
|
||||
from shapely.geometry import LineString, Point
|
||||
|
||||
from Common import GracefulException as grace
|
||||
import AppTranslation as fcTranslate
|
||||
# import AppTranslation as fcTranslate
|
||||
import gettext
|
||||
import builtins
|
||||
|
||||
|
||||
Reference in New Issue
Block a user