Mercurial > hg > orthanc-stone
comparison Resources/SyncOrthancFolder.py @ 16:ff1e935768e7
reorganization
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 09 Nov 2016 20:06:52 +0100 |
parents | da2cf3ace87a |
children | 946377d1c992 |
comparison
equal
deleted
inserted
replaced
15:da2cf3ace87a | 16:ff1e935768e7 |
---|---|
9 import multiprocessing | 9 import multiprocessing |
10 import os | 10 import os |
11 import stat | 11 import stat |
12 import urllib2 | 12 import urllib2 |
13 | 13 |
14 TARGET = os.path.join(os.path.dirname(__file__), '../Framework/Orthanc') | 14 TARGET = os.path.join(os.path.dirname(__file__), 'Orthanc') |
15 REPOSITORY = 'https://bitbucket.org/sjodogne/orthanc/raw' | 15 REPOSITORY = 'https://bitbucket.org/sjodogne/orthanc/raw' |
16 | 16 |
17 FILES = [ | 17 FILES = [ |
18 'Core/ChunkedBuffer.cpp', | 18 'Core/ChunkedBuffer.cpp', |
19 'Core/ChunkedBuffer.h', | 19 'Core/ChunkedBuffer.h', |