diff mxtool/mx.py @ 12581:8fde330c11cd

Merge.
author Doug Simon <doug.simon@oracle.com>
date Fri, 25 Oct 2013 01:26:27 +0200
parents 693622f11dc3
children a9f750305a38
line wrap: on
line diff
--- a/mxtool/mx.py	Fri Oct 25 01:24:19 2013 +0200
+++ b/mxtool/mx.py	Fri Oct 25 01:26:27 2013 +0200
@@ -768,7 +768,7 @@
             abort('Missing "suite=<name>" in ' + projectsFile)
 
     def _commands_name(self):
-        return 'mx_' + self.name.replace('-','_')
+        return 'mx_' + self.name.replace('-', '_')
 
     def _find_commands(self, name):
         commandsPath = join(self.mxDir, name + '.py')