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

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Tue Jan 25 21:05:33 CST 2005


Author: manish
Date: 2005-01-25 21:05:31 -0600 (Tue, 25 Jan 2005)
New Revision: 587

Added:
   trunk/ocfs2console/__init__.py
Modified:
   trunk/ocfs2console/Makefile
   trunk/ocfs2console/ocfs2console
Log:
Make it run out of tree


Modified: trunk/ocfs2console/Makefile
===================================================================
--- trunk/ocfs2console/Makefile	2005-01-26 02:53:22 UTC (rev 586)
+++ trunk/ocfs2console/Makefile	2005-01-26 03:05:31 UTC (rev 587)
@@ -40,6 +40,7 @@
 LIBRARIES = ocfs2module.so
 
 PYSRC = \
+	__init__.py \
 	about.py \
 	browser.py \
 	clconfig.py \

Added: trunk/ocfs2console/__init__.py
===================================================================
--- trunk/ocfs2console/__init__.py	2005-01-26 02:53:22 UTC (rev 586)
+++ trunk/ocfs2console/__init__.py	2005-01-26 03:05:31 UTC (rev 587)
@@ -0,0 +1 @@
+"""Dummy file so modules work"""

Modified: trunk/ocfs2console/ocfs2console
===================================================================
--- trunk/ocfs2console/ocfs2console	2005-01-26 02:53:22 UTC (rev 586)
+++ trunk/ocfs2console/ocfs2console	2005-01-26 03:05:31 UTC (rev 587)
@@ -3,8 +3,8 @@
 # XXX: for production
 #!/usr/bin/python -W ignore::DeprecationWarning
 
-from about import process_info_args
+from ocfs2console.about import process_info_args
 process_info_args()
 
-from interface import main
+from ocfs2console.interface import main
 main()



More information about the Ocfs2-tools-commits mailing list