Author: Maximilian Gaß <mxey@cloudconnected.org>
Description: Fixes #507751: startup crash - "global name 'CommandError' is not defined"
--- a/src/Multipath.py
+++ b/src/Multipath.py
@@ -2,6 +2,7 @@
 import os
 
 from execute import execWithCapture, execWithCaptureErrorStatus, execWithCaptureStatus, execWithCaptureProgress, execWithCaptureErrorStatusProgress, execWithCaptureStatusProgress
+from CommandError import CommandError
 
 from lvmui_constants import *
