Imported from archive.
[mudpy.git] / lib / muff / muffconf.py
index 7992f12..8113c64 100644 (file)
@@ -18,7 +18,7 @@ for module in muff.__all__:
 config_dirs = [".", "./etc", "/usr/local/muff", "/usr/local/muff/etc", "/etc/muff", "/etc" ]
 
 # name of the config file
-config_name = "muff.conf"
+config_name = "mudpy.conf"
 
 # find the config file
 for each_dir in config_dirs: