fix import

This commit is contained in:
Adam Mayer 2017-12-15 13:35:22 -05:00
parent 28b99686fb
commit 57474bad8c
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#!/usr/bin/python3
import serial
import time
from plot_to_svg import Plotter
from .plot_to_svg import Plotter
def plot_to_svg(instream, outstream):
"Convert a set of plot instructions to an SVG. Works mininmally."