[geany/geany] 10b14d: Use Python3 shebang for gen-api-gtkdoc.py
Enrico Tröger
git-noreply at xxxxx
Thu Dec 2 11:40:16 UTC 2021
Branch: refs/heads/elextr-patch-1
Author: Enrico Tröger <enrico.troeger at uvena.de>
Committer: Enrico Tröger <enrico.troeger at uvena.de>
Date: Thu, 02 Dec 2021 11:40:16 UTC
Commit: 10b14dc88eba220b2c21584263c8d54324fe72f3
https://github.com/geany/geany/commit/10b14dc88eba220b2c21584263c8d54324fe72f3
Log Message:
-----------
Use Python3 shebang for gen-api-gtkdoc.py
Modified Paths:
--------------
scripts/gen-api-gtkdoc.py
Modified: scripts/gen-api-gtkdoc.py
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
#
# Copyright 2015 The Geany contributors
#
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
More information about the Commits
mailing list