From 6f0f40360fa82eafaeaae0688630e7b171ca9694 Mon Sep 17 00:00:00 2001 From: Jonathan Davies Date: Mon, 19 Jan 2009 17:57:46 +0000 Subject: [PATCH] * ubuntutools/lplibsupport.py: Correct copyright. * manage-credentials: Changed imports for new files. --- manage-credentials | 5 ++--- ubuntutools/lplibsupport.py | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/manage-credentials b/manage-credentials index 75f2c86..4380529 100755 --- a/manage-credentials +++ b/manage-credentials @@ -22,9 +22,8 @@ import os import sys from optparse import OptionParser, make_option -from ubuntutools.common import Credentials, Launchpad, translate_service -from ubuntutools.common import LEVEL, translate_api_web, approve_application -from ubuntutools.common import mkdir +from ubuntutools.lplibsupport import * +from ubuntutools.misc import mkdir class CmdOptions(OptionParser): diff --git a/ubuntutools/lplibsupport.py b/ubuntutools/lplibsupport.py index 65b3c1d..7f35d3a 100644 --- a/ubuntutools/lplibsupport.py +++ b/ubuntutools/lplibsupport.py @@ -2,7 +2,7 @@ # lplibsupport.py - functions which add launchpadlib support to the Ubuntu # Developer Tools package. # -# Copyright (C) 2008 Jonathan Davies +# Copyright (C) 2009 Markus Korn # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License