renamed svg2paths module to allow imports

pull/48/merge
Andy Port 2018-06-02 00:32:16 -07:00
parent 55661d18a4
commit 18b1337877
2 changed files with 2 additions and 2 deletions

View File

@ -14,6 +14,6 @@ from .misctools import hex2rgb, rgb2hex
from .smoothing import smoothed_path, smoothed_joint, is_differentiable, kinks
try:
from .svg2paths import svg2paths, svg2paths2
from .svg_to_paths import svg2paths, svg2paths2
except ImportError:
pass
pass