Removed FIXME comment - connection problem this end.

This commit is contained in:
Jonathan Davies 2009-05-27 18:25:00 -04:00
parent a876414c25
commit 6c2e20d030

View File

@ -30,9 +30,6 @@ from re import findall
# Takes time to initialise - move to top level so we only pay the penalty # Takes time to initialise - move to top level so we only pay the penalty
# once. Should probably make this a proper class so we can instansiate # once. Should probably make this a proper class so we can instansiate
# singleton-style (lazily). # singleton-style (lazily).
#
# TODO: FIXME: Kill the below - massive overhead.
#
launchpad = lp_libsupport.get_launchpad("ubuntu-dev-tools") launchpad = lp_libsupport.get_launchpad("ubuntu-dev-tools")
def ubuntuDevelopmentSeries(): def ubuntuDevelopmentSeries():