Draft: housekeeping: remove temporary DraftFillet module (#8233)

This commit is contained in:
Roy-043
2023-01-22 20:03:58 +01:00
committed by GitHub
parent 1eddd842f9
commit 811fbe6e34
2 changed files with 0 additions and 193 deletions

View File

@@ -81,7 +81,6 @@ class DraftWorkbench(FreeCADGui.Workbench):
import Draft_rc
import DraftTools
import DraftGui
import DraftFillet
FreeCADGui.addLanguagePath(":/translations")
FreeCADGui.addIconPath(":/icons")
except Exception as exc: