mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-09-13 16:33:15 +08:00
Fix module importing in USBPrinting
CURA-5943
This commit is contained in:
parent
9ec7428620
commit
02e7f90473
@ -3,8 +3,8 @@
|
|||||||
|
|
||||||
from UM.Job import Job
|
from UM.Job import Job
|
||||||
from UM.Logger import Logger
|
from UM.Logger import Logger
|
||||||
from plugins.USBPrinting.avr_isp import ispBase
|
|
||||||
|
|
||||||
|
from .avr_isp import ispBase
|
||||||
from .avr_isp.stk500v2 import Stk500v2
|
from .avr_isp.stk500v2 import Stk500v2
|
||||||
|
|
||||||
from time import time, sleep
|
from time import time, sleep
|
||||||
|
Loading…
x
Reference in New Issue
Block a user