mirror of
https://github.com/raspberrypi/rpi-eeprom.git
synced 2026-01-20 21:13:36 +08:00
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.
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
"""
|
"""
|
||||||
rpi-eeprom-config
|
rpi-eeprom-config
|
||||||
|
|||||||
Reference in New Issue
Block a user