Skip to content

Commit 28878ba

Browse files
committed
rpi-eeprom-config: require python3
Require python3 instead of relying on all distros including python-is-python3 etc. The code will still work with python2 but distros which require python2 will need to maintain that as a downstream patch.
1 parent b93a756 commit 28878ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rpi-eeprom-config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python3
22

33
"""
44
rpi-eeprom-config

0 commit comments

Comments
 (0)