# HG changeset patch # User Sebastien Jodogne # Date 1717580460 -7200 # Node ID b4fed8dca955807f747de2564f11cac8369042e5 # Parent 3117e3f73b9a51f8e993dcc14ae1da0a9c02569d moving to python3 in DICOMweb tests diff -r 3117e3f73b9a -r b4fed8dca955 Plugins/DicomWeb/Run.py --- a/Plugins/DicomWeb/Run.py Wed Jun 05 11:21:22 2024 +0200 +++ b/Plugins/DicomWeb/Run.py Wed Jun 05 11:41:00 2024 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python3 # -*- coding: utf-8 -*-