build for 1.3 release
parent
1655b77d15
commit
6921c147cd
|
@ -5,8 +5,6 @@ points given by their standard representation."""
|
||||||
|
|
||||||
# External dependencies:
|
# External dependencies:
|
||||||
from __future__ import division, absolute_import, print_function
|
from __future__ import division, absolute_import, print_function
|
||||||
from builtins import range
|
|
||||||
from builtins import object
|
|
||||||
from math import factorial as fac, ceil, log, sqrt
|
from math import factorial as fac, ceil, log, sqrt
|
||||||
from numpy import poly1d
|
from numpy import poly1d
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,6 @@ aren't specific to SVGs or related mathematical objects."""
|
||||||
|
|
||||||
# External dependencies:
|
# External dependencies:
|
||||||
from __future__ import division, absolute_import, print_function
|
from __future__ import division, absolute_import, print_function
|
||||||
from builtins import range
|
|
||||||
import os
|
import os
|
||||||
import sys
|
import sys
|
||||||
import webbrowser
|
import webbrowser
|
||||||
|
|
|
@ -4,10 +4,6 @@ Arc."""
|
||||||
|
|
||||||
# External dependencies
|
# External dependencies
|
||||||
from __future__ import division, absolute_import, print_function
|
from __future__ import division, absolute_import, print_function
|
||||||
from builtins import map
|
|
||||||
from builtins import zip
|
|
||||||
from builtins import range
|
|
||||||
from builtins import object
|
|
||||||
from math import sqrt, cos, sin, acos, degrees, radians, log, pi
|
from math import sqrt, cos, sin, acos, degrees, radians, log, pi
|
||||||
from cmath import exp, sqrt as csqrt, phase
|
from cmath import exp, sqrt as csqrt, phase
|
||||||
from collections import MutableSequence
|
from collections import MutableSequence
|
||||||
|
|
|
@ -3,8 +3,6 @@ segments."""
|
||||||
|
|
||||||
# External dependencies:
|
# External dependencies:
|
||||||
from __future__ import division, absolute_import, print_function
|
from __future__ import division, absolute_import, print_function
|
||||||
from builtins import zip
|
|
||||||
from builtins import str
|
|
||||||
from math import ceil
|
from math import ceil
|
||||||
from os import getcwd, path as os_path, makedirs
|
from os import getcwd, path as os_path, makedirs
|
||||||
from xml.dom.minidom import parse as md_xml_parse
|
from xml.dom.minidom import parse as md_xml_parse
|
||||||
|
|
|
@ -5,7 +5,6 @@ curves."""
|
||||||
from __future__ import division, absolute_import, print_function
|
from __future__ import division, absolute_import, print_function
|
||||||
|
|
||||||
# Internal Dependencies
|
# Internal Dependencies
|
||||||
from builtins import range
|
|
||||||
from .path import Path, CubicBezier, Line
|
from .path import Path, CubicBezier, Line
|
||||||
from .misctools import isclose
|
from .misctools import isclose
|
||||||
from .paths2svg import disvg
|
from .paths2svg import disvg
|
||||||
|
|
|
@ -3,7 +3,6 @@ The main tool being the svg2paths() function."""
|
||||||
|
|
||||||
# External dependencies
|
# External dependencies
|
||||||
from __future__ import division, absolute_import, print_function
|
from __future__ import division, absolute_import, print_function
|
||||||
from builtins import zip
|
|
||||||
from xml.dom.minidom import parse
|
from xml.dom.minidom import parse
|
||||||
from os import path as os_path, getcwd
|
from os import path as os_path, getcwd
|
||||||
from shutil import copyfile
|
from shutil import copyfile
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue