mailr3169 - /1.3/prompt/pipe.py


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on March 13, 2007 - 04:48:
Author: bugman
Date: Tue Mar 13 04:48:03 2007
New Revision: 3169

URL: http://svn.gna.org/viewcvs/relax?rev=3169&view=rev
Log:
Updated and fixed the 'pipe.delete()' user function.

Modified:
    1.3/prompt/pipe.py

Modified: 1.3/prompt/pipe.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/prompt/pipe.py?rev=3169&r1=3168&r2=3169&view=diff
==============================================================================
--- 1.3/prompt/pipe.py (original)
+++ 1.3/prompt/pipe.py Tue Mar 13 04:48:03 2007
@@ -119,13 +119,13 @@
         Keyword Arguments
         ~~~~~~~~~~~~~~~~~
 
-        pipe_name:  The name of the name.
-
-
-        Description
-        ~~~~~~~~~~~
-
-        This function will permanently remove the data pipe and all its 
contents.
+        pipe_name:  The name of the data pipe.
+
+
+        Description
+        ~~~~~~~~~~~
+
+        This function will permanently remove the data pipe and all of its 
contents.
         """
 
         # Function intro text.
@@ -139,7 +139,7 @@
             raise RelaxNoneStrError, ('data pipe name', pipe_name)
 
         # Execute the functional code.
-        self.__relax__.generic.pipes.delete(pipe_name=pipe_name)
+        pipes.delete(pipe_name=pipe_name)
 
 
     def hybridise(self, hybrid=None, pipes=None):




Related Messages


Powered by MHonArc, Updated Tue Mar 13 05:00:08 2007