From c6a040f85ff4a1843b035f598da465f6a26aebb3 Mon Sep 17 00:00:00 2001 From: Michael Bienia Date: Fri, 12 Jun 2009 00:49:48 +0200 Subject: [PATCH] * ubuntutools/lp/functions.py: Remove some now obsolete functions. --- ubuntutools/lp/functions.py | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/ubuntutools/lp/functions.py b/ubuntutools/lp/functions.py index 291f758..9039df8 100644 --- a/ubuntutools/lp/functions.py +++ b/ubuntutools/lp/functions.py @@ -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