accerciser r677 - trunk



Author: eitani
Date: Thu Jan 15 15:42:36 2009
New Revision: 677
URL: http://svn.gnome.org/viewvc/accerciser?rev=677&view=rev

Log:
    * pyreqs.py: Put pygtk as the first required module (bug #547778).

Modified:
   trunk/ChangeLog
   trunk/pyreqs.py

Modified: trunk/pyreqs.py
==============================================================================
--- trunk/pyreqs.py	(original)
+++ trunk/pyreqs.py	Thu Jan 15 15:42:36 2009
@@ -25,7 +25,7 @@
   pass
 
 # test for python modules
-modules = ['bonobo', 'ORBit', 'pygtk', 'gtk', 
+modules = ['pygtk', 'bonobo', 'ORBit', 'gtk', 
            'gtk.glade', 'gtk.gdk', 'wnck', 'pyatspi']
 for name in modules:
   try:



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