[pygda] Fix tests/common.py for the gnome-python-extras->pygda split.



commit 2b7c8939b7f508c8f45a06dba7bd1e3807c915c7
Author: Murray Cumming <murrayc murrayc com>
Date:   Sun Nov 7 14:03:46 2010 +0100

    Fix tests/common.py for the gnome-python-extras->pygda split.
    
    * tests/common.py: Don't mention the other modules in gnome-python-extras.

 ChangeLog       |    6 ++++++
 tests/common.py |    8 --------
 2 files changed, 6 insertions(+), 8 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 3b93c31..716fc71 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2010-11-07  Murray Cumming  <murrayc murrayc com>
+
+	Fix tests/common.py for the gnome-python-extras->pygda split.
+
+	* tests/common.py: Don't mention the other modules in gnome-python-extras.
+
 ChangeLog Entries from gnome-python-extras, before pygda was split into a 
 separate git/tarball module:
 
diff --git a/tests/common.py b/tests/common.py
index 3745c29..6e54790 100644
--- a/tests/common.py
+++ b/tests/common.py
@@ -7,15 +7,7 @@ warnings.simplefilter('ignore', DeprecationWarning)
 #warnings.simplefilter('ignore', ImportWarning)
 
 modules = [
-    "gtkhtml2",
-    ("egg.trayicon", "egg/tray"),
-    ("egg.recent", "egg/recent"),
-    "gtkmozembed",
-    "gtkspell",
-    "gdl",
     "gda",
-    "gksu",
-    ("gksu.ui", "gksu"),
     ]
 
 import ltihooks



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]