mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-26 18:31:10 +00:00
* Remove ubuntutools.lp.libsupport.get_launchpad, no longer used.
This commit is contained in:
parent
997fb23b2d
commit
3d7657e466
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -4,11 +4,12 @@ ubuntu-dev-tools (0.119) UNRELEASED; urgency=low
|
|||||||
* Remove manage-credentials, and credential handling code from
|
* Remove manage-credentials, and credential handling code from
|
||||||
ubuntutools.lp.libsupport. Launchpadlib 1.9 handles this via
|
ubuntutools.lp.libsupport. Launchpadlib 1.9 handles this via
|
||||||
python-keyring. (LP: #387297, #645629, #689100)
|
python-keyring. (LP: #387297, #645629, #689100)
|
||||||
* Remove ubuntutools.lp.libsupport.translate_api_web, no longer used.
|
|
||||||
* Remove ubuntutools.lp.libsupport.approve_application, no longer used.
|
|
||||||
* Use Launchpadlib.login_with() directly in scripts.
|
* Use Launchpadlib.login_with() directly in scripts.
|
||||||
|
* Remove ubuntutools.lp.libsupport.approve_application, no longer used.
|
||||||
|
* Remove ubuntutools.lp.libsupport.get_launchpad, no longer used.
|
||||||
|
* Remove ubuntutools.lp.libsupport.translate_api_web, no longer used.
|
||||||
|
|
||||||
-- Stefano Rivera <stefanor@debian.org> Tue, 01 Mar 2011 00:30:29 +0200
|
-- Stefano Rivera <stefanor@debian.org> Tue, 01 Mar 2011 00:31:48 +0200
|
||||||
|
|
||||||
ubuntu-dev-tools (0.118) unstable; urgency=low
|
ubuntu-dev-tools (0.118) unstable; urgency=low
|
||||||
|
|
||||||
|
@ -19,20 +19,8 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
# Modules.
|
# Modules.
|
||||||
import glob
|
|
||||||
import os
|
|
||||||
import sys
|
|
||||||
import urllib
|
import urllib
|
||||||
import urlparse
|
import urlparse
|
||||||
import httplib2
|
|
||||||
|
|
||||||
from launchpadlib.launchpad import Launchpad
|
|
||||||
from launchpadlib.errors import HTTPError
|
|
||||||
|
|
||||||
from ubuntutools.lp import (service, api_version)
|
|
||||||
|
|
||||||
def get_launchpad(consumer, server=service, cache=None):
|
|
||||||
return Launchpad.login_with(consumer, server, cache, version=api_version)
|
|
||||||
|
|
||||||
def query_to_dict(query_string):
|
def query_to_dict(query_string):
|
||||||
result = dict()
|
result = dict()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user