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