mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-26 20:31:35 -07:00
webbrowser is not used here anymore
This commit is contained in:
parent
ca65547f05
commit
2e8d653fa5
1 changed files with 0 additions and 2 deletions
|
|
@ -4,8 +4,6 @@ from PyQt5.QtGui import QDesktopServices
|
||||||
from UM.Event import CallFunctionEvent
|
from UM.Event import CallFunctionEvent
|
||||||
from UM.Application import Application
|
from UM.Application import Application
|
||||||
|
|
||||||
import webbrowser
|
|
||||||
|
|
||||||
class CuraActions(QObject):
|
class CuraActions(QObject):
|
||||||
def __init__(self, parent = None):
|
def __init__(self, parent = None):
|
||||||
super().__init__(parent)
|
super().__init__(parent)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue