webbrowser is not used here anymore

This commit is contained in:
Thomas-Karl Pietrowski 2016-03-14 16:38:21 +01:00
parent ca65547f05
commit 2e8d653fa5

View file

@ -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)