mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-13 08:01:09 +00:00
* ubuntutools/lplibsupport.py: Correct copyright.
* manage-credentials: Changed imports for new files.
This commit is contained in:
parent
66e11f7e49
commit
6f0f40360f
@ -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):
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user