mailr15596 - /1.3/multi/commands.py


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

Header


Content

Posted by edward on March 22, 2012 - 08:57:
Author: bugman
Date: Thu Mar 22 08:57:29 2012
New Revision: 15596

URL: http://svn.gna.org/viewcvs/relax?rev=15596&view=rev
Log:
Eliminated the unused Get_name_command class.


Modified:
    1.3/multi/commands.py

Modified: 1.3/multi/commands.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/multi/commands.py?rev=15596&r1=15595&r2=15596&view=diff
==============================================================================
--- 1.3/multi/commands.py (original)
+++ 1.3/multi/commands.py Thu Mar 22 08:57:29 2012
@@ -51,19 +51,6 @@
 
 
 
-class Get_name_command(Slave_command):
-    def __init__(self):
-        # Execute the base class __init__() method.
-        super(Exit_command, self).__init__()
-
-
-    def run(self, processor, completed):
-        msg = processor.get_name()
-        result = Result_string(msg, completed)
-        processor.return_object(result)
-
-
-
 class Set_processor_property_command(Slave_command):
     def __init__(self, property_map):
         # Execute the base class __init__() method.




Related Messages


Powered by MHonArc, Updated Thu Mar 22 09:00:02 2012