comparison Resources/SyncOrthancFolder.py @ 84:02708dbbe449

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 13 Oct 2015 17:49:27 +0200
parents abdde1dfb3eb
children 581937911d14
comparison
equal deleted inserted replaced
81:3b7bab1e9ea2 84:02708dbbe449
9 import shutil 9 import shutil
10 import urllib2 10 import urllib2
11 11
12 PLUGIN_SDK_VERSION = '0.9.4' 12 PLUGIN_SDK_VERSION = '0.9.4'
13 13
14 SOURCE = '/home/jodogne/Subversion/Orthanc' 14 SOURCE = '/home/jodogne/Subversion/orthanc'
15 TARGET = os.path.join(os.path.dirname(__file__), '..', 'Orthanc') 15 TARGET = os.path.join(os.path.dirname(__file__), '..', 'Orthanc')
16 REPOSITORY = 'https://bitbucket.org/sjodogne/orthanc/raw/Orthanc-%s/Plugins/Include' % PLUGIN_SDK_VERSION 16 REPOSITORY = 'https://bitbucket.org/sjodogne/orthanc/raw/Orthanc-%s/Plugins/Include' % PLUGIN_SDK_VERSION
17 17
18 FILES = [ 18 FILES = [
19 'Core/ChunkedBuffer.cpp', 19 'Core/ChunkedBuffer.cpp',