From 6dc6b49d02e3d2faa2a6467ae8e9a3b644eab63d Mon Sep 17 00:00:00 2001 From: Ilya Zverev Date: Mon, 18 Jun 2018 19:42:58 +0300 Subject: [PATCH] Extend OsmIdCode from object --- mwm/mwmfile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mwm/mwmfile.py b/mwm/mwmfile.py index 46ce88e..7cce961 100644 --- a/mwm/mwmfile.py +++ b/mwm/mwmfile.py @@ -3,7 +3,7 @@ import struct import math -class OsmIdCode: +class OsmIdCode(object): NODE = 0x4000000000000000 WAY = 0x8000000000000000 RELATION = 0xC000000000000000