summarylogtreecommitdiffstats
path: root/0001-Update-nbt.py.patch
diff options
context:
space:
mode:
Diffstat (limited to '0001-Update-nbt.py.patch')
-rw-r--r--0001-Update-nbt.py.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/0001-Update-nbt.py.patch b/0001-Update-nbt.py.patch
new file mode 100644
index 000000000000..4727a9107b49
--- /dev/null
+++ b/0001-Update-nbt.py.patch
@@ -0,0 +1,25 @@
+From e759d534d5a1be6dd5ce1958cdf2034325f970b9 Mon Sep 17 00:00:00 2001
+From: einekratzekatze <48450457+einekratzekatze@users.noreply.github.com>
+Date: Mon, 25 Oct 2021 18:39:35 +0200
+Subject: [PATCH 1/3] Update nbt.py
+
+---
+ nbt/nbt.py | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/nbt/nbt.py b/nbt/nbt.py
+index f1c9bbb..feb6d00 100644
+--- a/nbt/nbt.py
++++ b/nbt/nbt.py
+@@ -7,7 +7,7 @@ https://minecraft.gamepedia.com/NBT_format
+
+ from struct import Struct, error as StructError
+ from gzip import GzipFile
+-from collections import MutableMapping, MutableSequence, Sequence
++from typing import MutableMapping, MutableSequence, Sequence
+ import sys
+
+ _PY3 = sys.version_info >= (3,)
+--
+2.34.1
+