1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-26 15:03:53 +01:00

pyterm: use Python3 in setup.py

This commit is contained in:
Benjamin Valentin 2020-07-08 14:57:14 +02:00
parent d510e034ea
commit 830bd34662

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
try:
from setuptools import setup