add polyroots01 to __init__.py

pull/4/head
Andy 2016-07-22 18:44:34 -07:00
parent 15d186ff33
commit 849ad17088
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ from .path import (Path, Line, QuadraticBezier, CubicBezier, Arc,
path_encloses_pt, bbox2path)
from .parser import parse_path
from .paths2svg import disvg, wsvg
from .polytools import polyroots, rational_limit, real, imag
from .polytools import polyroots, polytools01, rational_limit, real, imag
from .misctools import hex2rgb, rgb2hex
from .smoothing import smoothed_path, smoothed_joint, is_differentiable, kinks