# HG changeset patch # User Alain Mazy # Date 1688045094 -7200 # Node ID be69d6d8260c713607c0a1026a569ead3be16161 # Parent a6fb40c2b7229632e579989521e947555cbc6b5b fix for python2 diff -r a6fb40c2b722 -r be69d6d8260c Plugins/DicomWeb/Run.py --- a/Plugins/DicomWeb/Run.py Wed Jun 28 16:44:21 2023 +0200 +++ b/Plugins/DicomWeb/Run.py Thu Jun 29 15:24:54 2023 +0200 @@ -43,7 +43,7 @@ import unittest import xml.dom.minidom from PIL import ImageChops - +from io import BytesIO from DicomWeb import * sys.path.append(os.path.join(os.path.dirname(__file__), '..', '..', 'Tests'))