[geany/geany] 51a0fc: Use Python3 shebang for gen-api-gtkdoc.py

Enrico Tröger git-noreply at xxxxx
Thu Dec 2 11:33:25 UTC 2021


Branch:      refs/heads/elextr-patch-1
Author:      Enrico Tröger <enrico.troeger at uvena.de>
Committer:   GitHub <noreply at github.com>
Date:        Thu, 02 Dec 2021 11:33:25 UTC
Commit:      51a0fcf36c04a86d8460793dca5da8b50def0b77
             https://github.com/geany/geany/commit/51a0fcf36c04a86d8460793dca5da8b50def0b77

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