summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Hervey <bilboed@bilboed.com>2006-06-09 14:15:53 +0000
committerEdward Hervey <bilboed@bilboed.com>2006-06-09 14:15:53 +0000
commit981bd2cbd8de76d98018d288709d731f82fdef46 (patch)
tree64e14c8390292d112a707aafd68bd6295625337a
parentbc17f73dcbde88042a175213dfeb98e45afafef3 (diff)
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 !
-rw-r--r--ChangeLog7
-rw-r--r--pygst.py.in3
-rw-r--r--testsuite/Makefile.am4
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 <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>
+
* 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 \