# HG changeset patch # User Doug Simon # Date 1382619528 -7200 # Node ID 693622f11dc3157eeb394ada6e40f3b5dc329bc9 # Parent af39ea2dc39db3aaaf4dabbb243c47f58084e992 applied auto-format diff -r af39ea2dc39d -r 693622f11dc3 mxtool/mx.py --- a/mxtool/mx.py Thu Oct 24 14:57:57 2013 +0200 +++ b/mxtool/mx.py Thu Oct 24 14:58:48 2013 +0200 @@ -768,7 +768,7 @@ abort('Missing "suite=" 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')