aboutsummaryrefslogtreecommitdiff
path: root/Lib/fontTools/pens/recordingPen.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/fontTools/pens/recordingPen.py')
-rw-r--r--Lib/fontTools/pens/recordingPen.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/fontTools/pens/recordingPen.py b/Lib/fontTools/pens/recordingPen.py
index b25011d6..99e87e5a 100644
--- a/Lib/fontTools/pens/recordingPen.py
+++ b/Lib/fontTools/pens/recordingPen.py
@@ -1,5 +1,4 @@
"""Pen recording operations that can be accessed or replayed."""
-from fontTools.misc.py23 import *
from fontTools.pens.basePen import AbstractPen, DecomposingPen
from fontTools.pens.pointPen import AbstractPointPen
@@ -141,7 +140,6 @@ class RecordingPointPen(AbstractPointPen):
if __name__ == "__main__":
- from fontTools.pens.basePen import _TestPen
pen = RecordingPen()
pen.moveTo((0, 0))
pen.lineTo((0, 100))