mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-05 16:20:38 +08:00
fixed missing import for sys package
This commit is contained in:
parent
2cd4ddb67c
commit
5072e61c08
@ -1,7 +1,7 @@
|
||||
from __future__ import absolute_import
|
||||
import __init__
|
||||
|
||||
import os, glob, wx, threading
|
||||
import os, glob, wx, threading, sys
|
||||
|
||||
from serial import Serial
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user