Remove a leftover die() which is better handled later.

This commit is contained in:
Loïc Minier 2009-01-19 16:07:01 +01:00
parent 8bb5104938
commit 0f0cb53926

View File

@ -50,7 +50,6 @@ if __name__ == '__main__':
print "Launchpad setup complete" print "Launchpad setup complete"
except ImportError: except ImportError:
suggestion = "check whether python-launchpadlib is installed" suggestion = "check whether python-launchpadlib is installed"
die("Couldn't setup Launchpad for the ubuntu-dev-tools consumer; check whether python-launchpadlib is installed")
except IOError: except IOError:
suggestion = "you might want to \"manage-credentials create --consumer ubuntu-dev-tools --level 2\"" suggestion = "you might want to \"manage-credentials create --consumer ubuntu-dev-tools --level 2\""
if launchpad is None: if launchpad is None: