* ubuntutools/lp/functions.py: Remove some now obsolete functions.

This commit is contained in:
Michael Bienia 2009-06-12 00:49:48 +02:00
parent f60a86b68d
commit c6a040f85f

View File

@ -43,19 +43,6 @@ def deprecated(func):
# Singleton to access LP API
launchpad = Launchpad
@deprecated
def ubuntuDevelopmentSeries():
""" Get the string repr of the current Ubuntu development series """
return LpApiWrapper.getUbuntuDevelopmentSeries().name
def _ubuntuSeries(name):
""" Get the LP representation of a series
returns the LP API repr of a series passed by name (e.g. 'karmic')
If the series is not found: raise SeriesNotFoundException
"""
return LpApiWrapper.getUbuntuSeries(name)
def _ubuntuSourcePackage(package, series, pocket = 'Release'):
""" Finds an Ubuntu source package on LP