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

Skip to content

Commit 7e3648e

Browse files
committed
Removing test code
svn path=/trunk/matplotlib/; revision=3653
1 parent a15802c commit 7e3648e

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

setupext.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,6 @@ def get_pkgconfig(module,
193193
status, output = commands.getstatusoutput(
194194
"%s %s %s" % (pkg_config_exec, flags, packages))
195195
if status == 0:
196-
output += ' -UFOO'
197196
for token in output.split():
198197
attr = _flags.get(token[:2], None)
199198
if attr is not None:

0 commit comments

Comments
 (0)