Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 34bcaad

Browse files
committed
reverting WrapPython.h inclusion
svn path=/trunk/matplotlib/; revision=4478
1 parent 4ec3ab2 commit 34bcaad

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

CHANGELOG

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
===============================================================
2-
2007-11-27 Released 0.91.0 at revision 4477
2+
2007-11-27 Released 0.91.0 at revision 4478
33

44
2007-11-13 All backends now support writing to a file-like object, not
55
just a regular file. savefig() can be passed a file-like

setupext.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -980,7 +980,6 @@ def build_ft2font(ext_modules, packages):
980980
deps = ['src/ft2font.cpp', 'src/mplutils.cpp']
981981
deps.extend(glob.glob('CXX/*.cxx'))
982982
deps.extend(glob.glob('CXX/*.c'))
983-
deps.extend(glob.glob('CXX/*.h'))
984983

985984
module = Extension('matplotlib.ft2font', deps)
986985
add_ft2font_flags(module)

0 commit comments

Comments
 (0)