meta_release.py

This commit is contained in:
Brendan McDevitt 2022-08-20 16:24:00 -05:00
parent 9b4d4ac46c
commit d4a1ad9578
2 changed files with 1 additions and 1 deletions

View file

@ -1,7 +1,7 @@
from launchpadlib.launchpad import Launchpad
from collections import defaultdict
import httplib2
from meta_release_to_json import MetaRelease, SourceMetaRelease, MetaReleaseJsons
from meta_release import MetaRelease, SourceMetaRelease, MetaReleaseJsons
class UbuntuDistroLaunchpad:
"""