File: fonttools.diff

package info (click to toggle)
python-enable 4.3.0-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 7,280 kB
  • ctags: 13,899
  • sloc: cpp: 48,447; python: 28,502; ansic: 9,004; makefile: 315; sh: 44
file content (13 lines) | stat: -rw-r--r-- 514 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: python-enable-4.3.0/kiva/fonttools/font_manager.py
===================================================================
--- python-enable-4.3.0.orig/kiva/fonttools/font_manager.py	2013-03-28 09:58:28.000000000 -0400
+++ python-enable-4.3.0/kiva/fonttools/font_manager.py	2014-03-15 23:16:17.242810912 -0400
@@ -56,7 +56,7 @@
 import afm
 
 from traits.etsconfig.api import ETSConfig
-from kiva.fonttools.fontTools.ttLib import TTFont
+from fontTools.ttLib import TTFont
 
 try:
     import cPickle as pickle