[Ocfs2-tools-commits] manish commits r589 - trunk/ocfs2console

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Tue Jan 25 21:34:03 CST 2005


Author: manish
Date: 2005-01-25 21:34:01 -0600 (Tue, 25 Jan 2005)
New Revision: 589

Added:
   trunk/ocfs2console/ocfs2console
Removed:
   trunk/ocfs2console/run
Log:
I changed my mind, rename it back


Copied: trunk/ocfs2console/ocfs2console (from rev 588, trunk/ocfs2console/run)

Deleted: trunk/ocfs2console/run
===================================================================
--- trunk/ocfs2console/run	2005-01-26 03:31:58 UTC (rev 588)
+++ trunk/ocfs2console/run	2005-01-26 03:34:01 UTC (rev 589)
@@ -1,17 +0,0 @@
-#!/usr/bin/python
-
-# XXX: for production
-#!/usr/bin/python -W ignore::DeprecationWarning
-
-from ocfs2console.about import process_info_args
-process_info_args()
-
-try:
-    import gtk
-except RuntimeError:
-    import sys
-    print >>sys.stderr, 'ocfs2console needs an X11 display'
-    sys.exit(1)
-
-from ocfs2console.interface import main
-main()



More information about the Ocfs2-tools-commits mailing list