Remove ubuntutools.lp.libsupporttranslate_api_web, no longer used.

This commit is contained in:
Stefano Rivera 2011-02-24 16:34:29 +02:00
parent dd7fd86c3d
commit ebe9bfe05b
2 changed files with 2 additions and 4 deletions

3
debian/changelog vendored
View File

@ -3,8 +3,9 @@ ubuntu-dev-tools (0.119) UNRELEASED; urgency=low
* Remove manage-credentials, and credential handling code from
ubuntutools.lp.libsupport. Launchpadlib 1.9 handles this via
python-keyring.
* Remove ubuntutools.lp.libsupporttranslate_api_web, no longer used.
-- Stefano Rivera <stefanor@debian.org> Thu, 24 Feb 2011 16:28:33 +0200
-- Stefano Rivera <stefanor@debian.org> Thu, 24 Feb 2011 16:34:08 +0200
ubuntu-dev-tools (0.118) unstable; urgency=low

View File

@ -62,9 +62,6 @@ def translate_web_api(url, launchpad):
query, fragment))
return url
def translate_api_web(self_url):
return self_url.replace("api.", "").replace("%s/" % (api_version), "")
LEVEL = {
0: "UNAUTHORIZED",
1: "READ_PUBLIC",