423
442
base = os.environ.get('HOME', None)
425
444
raise BzrError('You must have one of BZR_HOME, APPDATA, or HOME set')
428
447
# cygwin, linux, and darwin all have a $HOME directory
430
449
base = os.path.expanduser("~")
435
454
"""Return per-user configuration ini file filename."""
439
458
def branches_config_filename():
440
459
"""Return per-user configuration ini file filename."""