From 57474bad8cd677610794ef48084356e7ec5641f2 Mon Sep 17 00:00:00 2001 From: Adam Mayer Date: Fri, 15 Dec 2017 13:35:22 -0500 Subject: [PATCH] fix import --- apple410/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apple410/__init__.py b/apple410/__init__.py index 1404c00..170a4e9 100755 --- a/apple410/__init__.py +++ b/apple410/__init__.py @@ -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."