mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Fix module importing in USBPrinting
CURA-5943
This commit is contained in:
parent
9ec7428620
commit
02e7f90473
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue