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 !
This commit is contained in:
Edward Hervey 2006-06-09 14:15:53 +00:00
parent bc17f73dcb
commit 981bd2cbd8
3 changed files with 9 additions and 5 deletions

View file

@ -1,3 +1,10 @@
2006-06-09 Edward Hervey <edward@fluendo.com>
* pygst.py.in:
Don't import non-used modules
* testsuite/Makefile.am:
Heavy valgrinding por favor !
2006-06-09 Edward Hervey <edward@fluendo.com> 2006-06-09 Edward Hervey <edward@fluendo.com>
* codegen/Makefile.am: * codegen/Makefile.am:

View file

@ -24,9 +24,6 @@
# #
# In order to have backward compatibility # In order to have backward compatibility
import fnmatch
import glob
import os
import sys import sys
__all__ = ['require'] __all__ = ['require']

View file

@ -69,8 +69,8 @@ TESTS_ENVIRONMENT = PYTHONPATH=$(top_srcdir)/:$(PYTHONPATH)
--suppressions=$(GSTSUPP) \ --suppressions=$(GSTSUPP) \
--suppressions=$(PYTHONSUPP) \ --suppressions=$(PYTHONSUPP) \
--suppressions=$(GSTPYTHONSUPP) \ --suppressions=$(GSTPYTHONSUPP) \
--tool=memcheck --leak-check=yes --trace-children=yes \ --tool=memcheck --leak-check=full --trace-children=yes \
--leak-resolution=med --num-callers=50 \ --leak-resolution=high --num-callers=50 \
$(PYTHON) \ $(PYTHON) \
$* 2>&1 | tee valgrind.log $* 2>&1 | tee valgrind.log
@if grep "tely lost" valgrind.log; then \ @if grep "tely lost" valgrind.log; then \