summaryrefslogtreecommitdiffstats
path: root/py/mock.py
diff options
context:
space:
mode:
authorMichael E Brown <mebrown@michaels-house.net>2008-01-15 15:39:56 -0600
committerMichael E Brown <mebrown@michaels-house.net>2008-01-15 15:39:56 -0600
commiteeefafa7cf4ef012042fc46ff261b82de368a461 (patch)
treeac40e1b2fd56245701c4f061a320aa8696320942 /py/mock.py
parent8218fd159eaca75a16626e74569b7672bbd14986 (diff)
downloadmock-eeefafa7cf4ef012042fc46ff261b82de368a461.tar.gz
mock-eeefafa7cf4ef012042fc46ff261b82de368a461.tar.xz
mock-eeefafa7cf4ef012042fc46ff261b82de368a461.zip
the great config file rename.
Diffstat (limited to 'py/mock.py')
-rwxr-xr-xpy/mock.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/py/mock.py b/py/mock.py
index f5c7143..8419ff0 100755
--- a/py/mock.py
+++ b/py/mock.py
@@ -420,7 +420,7 @@ def main(ret):
config_path = options.configdir
# Read in the config files: default, and then user specified
- for cfg in ( os.path.join(config_path, 'defaults.cfg'), '%s/%s.cfg' % (config_path, options.chroot)):
+ for cfg in ( os.path.join(config_path, 'site-defaults.cfg'), '%s/%s.cfg' % (config_path, options.chroot)):
if os.path.exists(cfg):
execfile(cfg)
else: