adding python3 shebang to test.py

Just testing the gerrit workflow here with a meaningful commit.

Change-Id: Ifac7958501678b94f1521977519415423e06be20
This commit is contained in:
Florian Streibelt 2023-11-23 12:28:22 +01:00
parent 681a1ad9a9
commit 8641b162ab
No known key found for this signature in database
GPG Key ID: 87BF27072E10F731
1 changed files with 2 additions and 0 deletions

2
test.py Normal file → Executable file
View File

@ -1,3 +1,5 @@
#!/usr/bin/env python3
print("2022 contribution")
print("2022 contribution conflict")
print("2023 contribution")