reverted r675 which broke precedence for environment variables

--HG--
extra : convert_revision : svn%3Ab85faa78-f9eb-468e-a121-7cced6da292c%40679
This commit is contained in:
Pablo Hoffman 2009-01-07 18:06:39 +00:00
parent 393cf349a0
commit 32d842326a
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ def command_settings(cmdname):
if basepath:
try:
module = __import__('%s.%s' % (basepath, cmdname), {}, {}, [''])
update_defaults(settings.overrides, module)
update_defaults(settings.defaults, module)
except ImportError:
pass