14
14
# along with this program; if not, write to the Free Software
15
15
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
17
19
"""Functions to manage the user's Launchpad user ID.
19
21
This allows the user to configure their Launchpad user ID once, rather
20
22
than once for each place that needs to take it into account.
24
30
from bzrlib.config import AuthenticationConfig, GlobalConfig
28
33
LAUNCHPAD_BASE = 'https://launchpad.net/'