From 981bd2cbd8de76d98018d288709d731f82fdef46 Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Fri, 9 Jun 2006 14:15:53 +0000 Subject: [PATCH] pygst.py.in: Don't import non-used modules Original commit message from CVS: * pygst.py.in: Don't import non-used modules * testsuite/Makefile.am: Heavy valgrinding por favor ! --- ChangeLog | 7 +++++++ pygst.py.in | 3 --- testsuite/Makefile.am | 4 ++-- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index f769379..79e0d1b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,12 @@ 2006-06-09 Edward Hervey + * pygst.py.in: + Don't import non-used modules + * testsuite/Makefile.am: + Heavy valgrinding por favor ! + +2006-06-09 Edward Hervey + * codegen/Makefile.am: * codegen/argtypes.py: * codegen/codegen.py: diff --git a/pygst.py.in b/pygst.py.in index df0b30f..e2ed71e 100644 --- a/pygst.py.in +++ b/pygst.py.in @@ -24,9 +24,6 @@ # # In order to have backward compatibility -import fnmatch -import glob -import os import sys __all__ = ['require'] diff --git a/testsuite/Makefile.am b/testsuite/Makefile.am index 7e47a14..edfc128 100644 --- a/testsuite/Makefile.am +++ b/testsuite/Makefile.am @@ -69,8 +69,8 @@ TESTS_ENVIRONMENT = PYTHONPATH=$(top_srcdir)/:$(PYTHONPATH) --suppressions=$(GSTSUPP) \ --suppressions=$(PYTHONSUPP) \ --suppressions=$(GSTPYTHONSUPP) \ - --tool=memcheck --leak-check=yes --trace-children=yes \ - --leak-resolution=med --num-callers=50 \ + --tool=memcheck --leak-check=full --trace-children=yes \ + --leak-resolution=high --num-callers=50 \ $(PYTHON) \ $* 2>&1 | tee valgrind.log @if grep "tely lost" valgrind.log; then \ -- 2.7.4