mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-22 06:03:57 -06:00
Removing import of "os"
"os" is only needed for Windows as far as I can see it. However, it gets reimported for Windows, as you can see in line 22.
This commit is contained in:
parent
d668438d1f
commit
6adfbf4b90
1 changed files with 0 additions and 1 deletions
|
@ -4,7 +4,6 @@
|
|||
# Cura is released under the terms of the AGPLv3 or higher.
|
||||
|
||||
import sys
|
||||
import os
|
||||
|
||||
def exceptHook(type, value, traceback):
|
||||
import cura.CrashHandler
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue