[haizea-commit] r488 - trunk/src/haizea/cli
haizea-commit at mailman.cs.uchicago.edu
haizea-commit at mailman.cs.uchicago.edu
Thu Sep 4 12:29:03 CDT 2008
Author: borja
Date: 2008-09-04 12:29:03 -0500 (Thu, 04 Sep 2008)
New Revision: 488
Modified:
trunk/src/haizea/cli/commands.py
Log:
Modified: trunk/src/haizea/cli/commands.py
===================================================================
--- trunk/src/haizea/cli/commands.py 2008-09-04 17:28:38 UTC (rev 487)
+++ trunk/src/haizea/cli/commands.py 2008-09-04 17:29:03 UTC (rev 488)
@@ -96,7 +96,7 @@
break
else:
print >> sys.stdout, "No configuration file specified, and none found at default locations."
- print >> sys.stdout, "Make sure a config file exists at:\n -> %s" % "\n -> ".join(DEFAULT_CONFIG_LOCATIONS)
+ print >> sys.stdout, "Make sure a config file exists at:\n -> %s" % "\n -> ".join(defaults.CONFIG_LOCATIONS)
print >> sys.stdout, "Or specify a configuration file with the --conf option."
exit(1)
else:
More information about the Haizea-commit
mailing list