http://code.google.com/p/boto/source/detail?r=1327
Modified:
/trunk/boto/pyami/config.py
=======================================
--- /trunk/boto/pyami/config.py Tue Sep 1 11:40:32 2009
+++ /trunk/boto/pyami/config.py Fri Oct 23 08:26:34 2009
@@ -30,6 +30,8 @@
BotoConfigLocations.append(UserConfigPath)
else:
UserConfigPath = None
+if 'BOTO_CONFIG' in os.environ:
+
BotoConfigLocations.append(os.path.expanduser(os.environ['BOTO_CONFIG']))
class Config(ConfigParser.SafeConfigParser):