Fixed LP importance options

It's Medium not Normal.

Change-Id: I33c1af3b575c806bb7c7949a15bbf91a36483fe9
This commit is contained in:
Ihar Hrachyshka 2017-01-17 13:20:25 -08:00
parent 5cb2a316de
commit 9d4e11d73e
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ import sys
from launchpadlib.launchpad import Launchpad
VALID_IMPORTANCES = ('Undecided', 'Wishlist', 'Low', 'Normal', 'High', 'Critical')
VALID_IMPORTANCES = ('Undecided', 'Wishlist', 'Low', 'Medium', 'High', 'Critical')
def _parse_args():