From b2327c08558ba6a785064788c5fe448784d56be0 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Fri, 4 Nov 2022 19:46:30 +0100 Subject: [PATCH] chore: prepare marshaller to be able to generate big endian messages (#154) --- src/dbus_fast/_private/marshaller.py | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/src/dbus_fast/_private/marshaller.py b/src/dbus_fast/_private/marshaller.py index c269d46..cdf45b2 100644 --- a/src/dbus_fast/_private/marshaller.py +++ b/src/dbus_fast/_private/marshaller.py @@ -3,7 +3,9 @@ from typing import Any, Callable, Dict, Iterable, List, Optional, Tuple, Union from ..signature import SignatureType, Variant, get_signature_tree -PACK_UINT32 = Struct("