comparison Resources/SyncOrthancFolder.py @ 15:e252d740436f

upgraded to sdk 1.3.1
author amazy
date Fri, 09 Mar 2018 10:29:15 +0100
parents 52e041c8584a
children c44013681a51
comparison
equal deleted inserted replaced
14:9ea9032050c7 15:e252d740436f
9 import os 9 import os
10 import stat 10 import stat
11 import urllib2 11 import urllib2
12 12
13 TARGET = os.path.join(os.path.dirname(__file__), 'Orthanc') 13 TARGET = os.path.join(os.path.dirname(__file__), 'Orthanc')
14 PLUGIN_SDK_VERSION = '1.1.0' # TODO Switch to 1.2.1 when available 14 PLUGIN_SDK_VERSION = '1.3.1' # TODO Switch to 1.2.1 when available
15 REPOSITORY = 'https://bitbucket.org/sjodogne/orthanc/raw' 15 REPOSITORY = 'https://bitbucket.org/sjodogne/orthanc/raw'
16 16
17 FILES = [ 17 FILES = [
18 'Core/Cache/LeastRecentlyUsedIndex.h', 18 'Core/Cache/LeastRecentlyUsedIndex.h',
19 'Core/Endianness.h', 19 'Core/Endianness.h',