Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGhostkeeper <rubend@tutanota.com>2021-12-31 16:06:31 +0300
committerGhostkeeper <rubend@tutanota.com>2021-12-31 16:06:31 +0300
commit05bbebf2f784308c479b00ac5c58c398d8c1b660 (patch)
tree9e43211030aafe915e8f02e4e91117e35961160a /cura/PlatformPhysics.py
parentf97f7ca6af8e9e718722d8d308b28c26ea20c290 (diff)
Remove traces of Shapely
It's been replaced by Pyclipper. We were only importing Shapely here, not actually using it. Contributes to issue CURA-8592.
Diffstat (limited to 'cura/PlatformPhysics.py')
-rwxr-xr-xcura/PlatformPhysics.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/cura/PlatformPhysics.py b/cura/PlatformPhysics.py
index 5fd2e70a1c..79edaf9a48 100755
--- a/cura/PlatformPhysics.py
+++ b/cura/PlatformPhysics.py
@@ -1,8 +1,7 @@
-# Copyright (c) 2020 Ultimaker B.V.
+# Copyright (c) 2021 Ultimaker B.V.
# Cura is released under the terms of the LGPLv3 or higher.
from PyQt5.QtCore import QTimer
-from shapely.errors import TopologicalError # To capture errors if Shapely messes up.
from UM.Application import Application
from UM.Logger import Logger