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."