Use os.path.join in libbe.storage.util.config.path.
authorwking <wking@thialfi>
Tue, 22 Jun 2010 15:30:26 +0000 (11:30 -0400)
committerwking <wking@thialfi>
Tue, 22 Jun 2010 15:30:26 +0000 (11:30 -0400)
commit401152d6eec5167043dedde60c0a64d0affbd120
treeb0539d31267c123032685de7b5d2da346e18c94e
parenta4ec8a0c99b2a918fa8a5ae1cab36652d2d9c83e
Use os.path.join in libbe.storage.util.config.path.

Versus previous hardcoded "~/.bugs_everywhere".

Also improve docstrings for
* libbe.storage.util.config.path
* libbe.ui.util.user.get_user_id
libbe/storage/util/config.py
libbe/ui/util/user.py