Browse Source

webbrowser is not used here anymore

Thomas-Karl Pietrowski 9 years ago
parent
commit
2e8d653fa5
1 changed files with 0 additions and 2 deletions
  1. 0 2
      cura/CuraActions.py

+ 0 - 2
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)