# HG changeset patch # User Alain Mazy # Date 1764684118 -3600 # Node ID 30379a1c42429a2ec54766064a001105988772b3 # Parent 8a74fe148311d0b30c410fb10a9e85e280b4d668 note diff -r 8a74fe148311 -r 30379a1c4242 Sphinx/source/plugins/python/dicom-find-move-scp.py --- a/Sphinx/source/plugins/python/dicom-find-move-scp.py Tue Dec 02 11:48:13 2025 +0100 +++ b/Sphinx/source/plugins/python/dicom-find-move-scp.py Tue Dec 02 15:01:58 2025 +0100 @@ -2,6 +2,9 @@ import orthanc import pprint +# this file is not referenced anymore in the book but is still used by Sébastien's +# release procedure when releasing the python plugin -> don't remove ! + def OnFind(answers, query, issuerAet, calledAet): print('Received incoming C-FIND request from %s:' % issuerAet)