From edcb39d192662301894a7eb86e15aab036a0db52 Mon Sep 17 00:00:00 2001 From: Markus Lampert Date: Sun, 2 Jun 2019 00:14:06 -0700 Subject: [PATCH] Removed obsolete gui import --- src/Mod/Path/PathScripts/PathPreferencesPathDressup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Mod/Path/PathScripts/PathPreferencesPathDressup.py b/src/Mod/Path/PathScripts/PathPreferencesPathDressup.py index 2e6ecb8ab8..9e7858b0a7 100644 --- a/src/Mod/Path/PathScripts/PathPreferencesPathDressup.py +++ b/src/Mod/Path/PathScripts/PathPreferencesPathDressup.py @@ -23,7 +23,6 @@ # *************************************************************************** import FreeCAD -import FreeCADGui import PathScripts.PathPreferences as PathPreferences from PySide import QtCore, QtGui