From a2d0b2cd66639e983b5a4fb191d8afe5cac77855 Mon Sep 17 00:00:00 2001 From: Andrew Lamoureux Date: Wed, 20 Mar 2019 15:35:00 -0400 Subject: kaitai: more format compatibility, testing --- python/examples/kaitai/pcx_dcx.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/examples/kaitai/pcx_dcx.py') diff --git a/python/examples/kaitai/pcx_dcx.py b/python/examples/kaitai/pcx_dcx.py index 7c6376bc..03ab8ac9 100644 --- a/python/examples/kaitai/pcx_dcx.py +++ b/python/examples/kaitai/pcx_dcx.py @@ -8,7 +8,7 @@ import collections if parse_version(ks_version) < parse_version('0.7'): raise Exception("Incompatible Kaitai Struct Python API: 0.7 or later is required, but you have %s" % (ks_version)) -from pcx import Pcx +from .pcx import Pcx class PcxDcx(KaitaiStruct): """DCX is a simple extension of PCX image format allowing to bundle many PCX images (typically, pages of a document) in one file. It saw -- cgit v1.3.1