# HG changeset patch # User Doug Simon # Date 1434539929 -7200 # Node ID f2cf8824040b64834ef462906266f6dd8e61a5ca # Parent 7645c463fb65201edda408dc204cc86f0d671c06 removed support for legacy mx/commands.py file diff -r 7645c463fb65 -r f2cf8824040b mxtool/mx.py --- 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__)