get-developers: fix parentheses for print
authorGaël PORTAY <gael.portay@savoirfairelinux.com>
Sat, 5 Nov 2016 04:10:00 +0000 (00:10 -0400)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 5 Nov 2016 10:49:05 +0000 (11:49 +0100)
commitc29f023fc60392384f69b7530d729723913b778d
treee3a656f6ac7d566a36a4184f78f7fb8ef37b46f9
parent07c1ae90c8890e82e62c22beaa4a72f6e081e96c
get-developers: fix parentheses for print

Python3 complains about missing parentheses.

$ ./support/scripts/get-developers
  File "./support/scripts/get-developers", line 45
    print f
          ^
SyntaxError: Missing parentheses in call to 'print'

Signed-off-by: Gaël PORTAY <gael.portay@savoirfairelinux.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
support/scripts/get-developers