mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-06 05:39:00 +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
|
from __future__ import absolute_import
|
||||||
import __init__
|
import __init__
|
||||||
|
|
||||||
import os, glob, wx, threading
|
import os, glob, wx, threading, sys
|
||||||
|
|
||||||
from serial import Serial
|
from serial import Serial
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user