mirror of
https://github.com/phooky/Apple-410.git
synced 2024-10-31 21:07:02 +00:00
fix import
This commit is contained in:
parent
28b99686fb
commit
57474bad8c
@ -1,7 +1,7 @@
|
|||||||
#!/usr/bin/python3
|
#!/usr/bin/python3
|
||||||
import serial
|
import serial
|
||||||
import time
|
import time
|
||||||
from plot_to_svg import Plotter
|
from .plot_to_svg import Plotter
|
||||||
|
|
||||||
def plot_to_svg(instream, outstream):
|
def plot_to_svg(instream, outstream):
|
||||||
"Convert a set of plot instructions to an SVG. Works mininmally."
|
"Convert a set of plot instructions to an SVG. Works mininmally."
|
||||||
|
Loading…
Reference in New Issue
Block a user