[Scummvm-git-logs] scummvm master -> 86bceeeb639bbd9b4baa0956d1c879a576c69b1f

phcoder noreply at scummvm.org
Sun May 7 00:41:29 UTC 2023


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
86bceeeb63 DUMPER-COMANION: Fix compatibility with python 3.8


Commit: 86bceeeb639bbd9b4baa0956d1c879a576c69b1f
    https://github.com/scummvm/scummvm/commit/86bceeeb639bbd9b4baa0956d1c879a576c69b1f
Author: Vladimir Serbinenko (phcoder at gmail.com)
Date: 2023-05-07T02:41:26+02:00

Commit Message:
DUMPER-COMANION: Fix compatibility with python 3.8

Changed paths:
    devtools/dumper-companion.py


diff --git a/devtools/dumper-companion.py b/devtools/dumper-companion.py
index 995c19146b8..57b55e4fe71 100755
--- a/devtools/dumper-companion.py
+++ b/devtools/dumper-companion.py
@@ -15,6 +15,8 @@
 #
 # Code is formatted with `black`
 
+from __future__ import annotations
+
 import argparse
 import logging
 import os




More information about the Scummvm-git-logs mailing list