1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

Merge pull request #12186 from maribu/doc_python3

doc/doxygen: Use python3 in generate-changelog.py
This commit is contained in:
Juan I Carrano 2019-09-10 12:12:47 +02:00 committed by GitHub
commit 16dc92570f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
#! /usr/bin/env python
#! /usr/bin/env python3
# -*- coding: utf-8 -*-
# vim:fenc=utf-8
#