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.


_______________________________________________
relax (http://nmr-relax.com)

This is the relax-commits mailing list
[email protected]

To unsubscribe from this list, get a password
reminder, or change your subscription options,
visit the list information page at
https://mail.gna.org/listinfo/relax-commits

Reply via email to