changeset 22016:f2cf8824040b

removed support for legacy mx/commands.py file
author Doug Simon <doug.simon@oracle.com>
date Wed, 17 Jun 2015 13:18:49 +0200
parents 7645c463fb65
children 66dd063eb6a0
files mxtool/mx.py
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/mxtool/mx.py	Tue Jun 16 23:11:26 2015 +0200
+++ b/mxtool/mx.py	Wed Jun 17 13:18:49 2015 +0200
@@ -1179,9 +1179,6 @@
 
     def _load_commands(self):
         commandsName = self._find_commands(self._commands_name())
-        if commandsName is None:
-            # backwards compatibility
-            commandsName = self._find_commands('commands')
         if commandsName is not None:
             if commandsName in sys.modules:
                 abort(commandsName + '.py in suite ' + self.name + ' duplicates ' + sys.modules[commandsName].__file__)