File: fonttools.diff

package info (click to toggle)
python-enable 4.5.1-4
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 6,356 kB
  • sloc: cpp: 57,287; python: 26,955; makefile: 243; sh: 44
file content (23 lines) | stat: -rw-r--r-- 752 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
From 133e7e5745ebaf8a96d9c3c764be06643b398952 Mon Sep 17 00:00:00 2001
From: SVN-Git Migration <python-modules-team@lists.alioth.debian.org>
Date: Thu, 8 Oct 2015 12:00:25 -0700
Subject: fonttools.diff

Patch-Name: fonttools.diff
---
 kiva/fonttools/font_manager.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kiva/fonttools/font_manager.py b/kiva/fonttools/font_manager.py
index c5e24bd..8f7368d 100644
--- a/kiva/fonttools/font_manager.py
+++ b/kiva/fonttools/font_manager.py
@@ -62,7 +62,7 @@ except ImportError:
     import pickle
 
 from traits.etsconfig.api import ETSConfig
-from kiva.fonttools.fontTools.ttLib import TTFont, TTLibError
+from fontTools.ttLib import TTFont, TTLibError
 
 from kiva.fonttools import afm