Mercurial > mozilla > hg > MozillaTry
changeset 12:c0e50e040275
oops
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Tue, 04 Dec 2012 15:43:58 -0800 |
parents | 9b90cf893943 |
children | 1e90d869f787 |
files | mozillatry.py |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/mozillatry.py Tue Dec 04 15:35:54 2012 -0800 +++ b/mozillatry.py Tue Dec 04 15:43:58 2012 -0800 @@ -105,9 +105,9 @@ raise ConfigurationError("Must have opt or debug builds") def configuration_files(self, options, args): - configuration_files = configuration.Configuration(self, options, args) + configuration_files = configuration.Configuration.configuration_files(self, options, args) if not configuration_files: - default_config = os.path.expanduser(default_config_file) + default_config = os.path.expanduser(self.default_config_file) if os.path.exists(default_config): configuration_files = [default_config] return configuration_files