get-developers: fix handling of syntax error
authorArnout Vandecappelle <arnout@mind.be>
Sat, 1 Jul 2017 17:29:50 +0000 (19:29 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 1 Jul 2017 17:43:51 +0000 (19:43 +0200)
commitd01452ce6ee076c244236773bb8a229869584f1c
treeb82e64c3037369ed14f65bacf6eb3e4d2e1b6ca2
parent91a5ec960b4c5374aaee040daaf0ff301167cf53
get-developers: fix handling of syntax error

When getdeveloperlib.parse_developers doesn't find anything, the script
tries sys.exit(1) but sys is not imported.

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
utils/get-developers