From 7079b546e06dd77b61cd1ba4692a077a85b9e033 Mon Sep 17 00:00:00 2001 From: Johan Dahlin Date: Sat, 26 Jul 2008 08:46:07 +0000 Subject: Run pyflakes on the testsuite, remove unused imports and reorganize 2008-07-26 Johan Dahlin * tests/common.py: * tests/test_conversion.py: * tests/test_enum.py: * tests/test_interface.py: * tests/test_option.py: * tests/test_source.py: * tests/test_subprocess.py: * tests/test_subtype.py: * tests/test_thread.py: * tests/test_unknown.py: Run pyflakes on the testsuite, remove unused imports and reorganize others. svn path=/trunk/; revision=859 --- ChangeLog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 8698389..86c04f9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +2008-07-26 Johan Dahlin + + * tests/common.py: + * tests/test_conversion.py: + * tests/test_enum.py: + * tests/test_interface.py: + * tests/test_option.py: + * tests/test_source.py: + * tests/test_subprocess.py: + * tests/test_subtype.py: + * tests/test_thread.py: + * tests/test_unknown.py: + Run pyflakes on the testsuite, remove unused imports + and reorganize others. + 2008-07-26 Johan Dahlin * glib/glibmodule.c (pyglib_register_constants), (init_glib): -- cgit