Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- from launchpadlib.launchpad import Launchpad
- launchpad = Launchpad.login_anonymously('GrabIt', 'production')
- for recipe in launchpad.branches.getByUrl(url="lp:pantheon-terminal").recipes:
- if recipe.daily_build_archive.web_link == "https://launchpad.net/~elementary-os/+archive/daily":
- print recipe.recipe_text
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement