cu2qu: remove from __future__ imports
This commit is contained in:
parent
00058833f2
commit
c2e8403937
@ -15,9 +15,6 @@
|
|||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
|
|
||||||
from __future__ import print_function, division, absolute_import
|
|
||||||
|
|
||||||
try:
|
try:
|
||||||
import cython
|
import cython
|
||||||
except ImportError:
|
except ImportError:
|
||||||
|
@ -1,5 +1,3 @@
|
|||||||
from __future__ import print_function, absolute_import, division
|
|
||||||
|
|
||||||
|
|
||||||
class Error(Exception):
|
class Error(Exception):
|
||||||
"""Base Cu2Qu exception class for all other errors."""
|
"""Base Cu2Qu exception class for all other errors."""
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
from __future__ import print_function, division, absolute_import
|
|
||||||
from fontTools.cu2qu import curve_to_quadratic
|
from fontTools.cu2qu import curve_to_quadratic
|
||||||
from fontTools.pens.basePen import AbstractPen, decomposeSuperBezierSegment
|
from fontTools.pens.basePen import AbstractPen, decomposeSuperBezierSegment
|
||||||
from fontTools.pens.reverseContourPen import ReverseContourPen
|
from fontTools.pens.reverseContourPen import ReverseContourPen
|
||||||
|
@ -12,9 +12,6 @@
|
|||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
|
|
||||||
from __future__ import print_function, division, absolute_import
|
|
||||||
|
|
||||||
import collections
|
import collections
|
||||||
import math
|
import math
|
||||||
import unittest
|
import unittest
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
from __future__ import print_function, division, absolute_import
|
|
||||||
import unittest
|
import unittest
|
||||||
|
|
||||||
from fontTools.pens.cu2quPen import Cu2QuPen, Cu2QuPointPen
|
from fontTools.pens.cu2quPen import Cu2QuPen, Cu2QuPointPen
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
from __future__ import print_function, division, absolute_import
|
|
||||||
from . import CUBIC_GLYPHS
|
from . import CUBIC_GLYPHS
|
||||||
from fontTools.pens.pointPen import PointToSegmentPen, SegmentToPointPen
|
from fontTools.pens.pointPen import PointToSegmentPen, SegmentToPointPen
|
||||||
from fontTools.misc.py23 import isclose
|
from fontTools.misc.py23 import isclose
|
||||||
|
Loading…
x
Reference in New Issue
Block a user