Fixing more relative import statements
This commit is contained in:
parent
7ace94b023
commit
e6fa61c82b
2 changed files with 5 additions and 5 deletions
|
|
@ -24,5 +24,5 @@ SVG is the only supported format.
|
|||
"""
|
||||
|
||||
|
||||
from svgwrite_backend import GerberSvgContext
|
||||
from cairo_backend import GerberCairoContext
|
||||
from .svgwrite_backend import GerberSvgContext
|
||||
from .cairo_backend import GerberCairoContext
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue