From 2e8d653fa5a760b415befbb2a3928b415117e3ec Mon Sep 17 00:00:00 2001 From: Thomas-Karl Pietrowski Date: Mon, 14 Mar 2016 16:38:21 +0100 Subject: [PATCH] webbrowser is not used here anymore --- cura/CuraActions.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/cura/CuraActions.py b/cura/CuraActions.py index e585b261d0..40a2723e36 100644 --- a/cura/CuraActions.py +++ b/cura/CuraActions.py @@ -4,8 +4,6 @@ from PyQt5.QtGui import QDesktopServices from UM.Event import CallFunctionEvent from UM.Application import Application -import webbrowser - class CuraActions(QObject): def __init__(self, parent = None): super().__init__(parent)