[Ocfs2-tools-commits] manish commits r808 - trunk/ocfs2console/ocfs2interface

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Thu Apr 14 16:41:08 CDT 2005


Author: manish
Date: 2005-04-14 16:41:04 -0500 (Thu, 14 Apr 2005)
New Revision: 808

Modified:
   trunk/ocfs2console/ocfs2interface/fsck.py
Log:
Need gtk for MessageDialog


Modified: trunk/ocfs2console/ocfs2interface/fsck.py
===================================================================
--- trunk/ocfs2console/ocfs2interface/fsck.py	2005-04-14 21:39:33 UTC (rev 807)
+++ trunk/ocfs2console/ocfs2interface/fsck.py	2005-04-14 21:41:04 UTC (rev 808)
@@ -15,6 +15,7 @@
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 021110-1307, USA.
 
+import gtk
 import gobject
 
 from terminal import TerminalDialog, terminal_ok as fsck_ok



More information about the Ocfs2-tools-commits mailing list