mailr16017 - /branches/uf_redesign/user_functions/pipe.py


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

Header


Content

Posted by edward on May 05, 2012 - 23:24:
Author: bugman
Date: Sat May  5 23:24:00 2012
New Revision: 16017

URL: http://svn.gna.org/viewcvs/relax?rev=16017&view=rev
Log:
General clean up.


Modified:
    branches/uf_redesign/user_functions/pipe.py

Modified: branches/uf_redesign/user_functions/pipe.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/uf_redesign/user_functions/pipe.py?rev=16017&r1=16016&r2=16017&view=diff
==============================================================================
--- branches/uf_redesign/user_functions/pipe.py (original)
+++ branches/uf_redesign/user_functions/pipe.py Sat May  5 23:24:00 2012
@@ -60,7 +60,6 @@
         desc = "The name of the target data pipe to copy the data to.",
         can_be_none = True
 )
-uf.backend = pipes.copy
 uf.desc = """
 This allows the contents of a data pipe to be copied.  If the source data 
pipe is not set, the current data pipe will be assumed.  The target data pipe 
must not yet exist.
 """
@@ -74,6 +73,7 @@
 
 relax> pipe.copy(pipe_to='m2')
 """
+uf.backend = pipes.copy
 uf.menu_text = "&copy"
 uf.gui_icon = "oxygen.actions.list-add"
 uf.wizard_image = WIZARD_IMAGE_PATH + 'pipe.png'
@@ -154,10 +154,10 @@
         wiz_combo_iter = pipes.pipe_names,
         can_be_none = True
 )
+uf.desc = """
+This will permanently remove the data pipe and all of its contents from the 
relax data store.  If the pipe name is not given, then all data pipes will be 
deleted.
+"""
 uf.backend = pipes.delete
-uf.desc = """
-This will permanently remove the data pipe and all of its contents from the 
relax data store.  If the pipe name is not given, then all data pipes will be 
deleted.
-"""
 uf.menu_text = "&delete"
 uf.gui_icon = "oxygen.actions.list-remove"
 uf.wizard_image = WIZARD_IMAGE_PATH + 'pipe.png'




Related Messages


Powered by MHonArc, Updated Sun May 06 17:20:02 2012