* ubuntutools/lplibsupport.py: Correct copyright.

* manage-credentials: Changed imports for new files.
This commit is contained in:
Jonathan Davies 2009-01-19 17:57:46 +00:00
parent 66e11f7e49
commit 6f0f40360f
2 changed files with 3 additions and 4 deletions

View File

@ -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):

View File

@ -2,7 +2,7 @@
# lplibsupport.py - functions which add launchpadlib support to the Ubuntu
# Developer Tools package.
#
# Copyright (C) 2008 Jonathan Davies <jpds@ubuntu.com>
# Copyright (C) 2009 Markus Korn <thekorn@gmx.de>
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License