]> Creatis software - gdcm.git/blobdiff - setup.py
doxygenation
[gdcm.git] / setup.py
index 6aeda18e82860e9faf55d2ed4c4adfde6b740ba2..65a5396024c0bd1d66d9fe864fd52759007ce90d 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -63,7 +63,8 @@ for Remove in Jpeg8SourcesToRemove:
 Sources.extend(Jpeg8Sources)
 
 Jpeg12Sources = glob.glob(os.path.join(gdcmJpeg12SrcDir,"j*.c"))
-Jpeg12SourcesToRemove = ['jmemansi12.c', 'jmemname12.c', 'jmemdos12.c', 'jmemmac12.c']
+Jpeg12SourcesToRemove = ['jmemansi12.c', 'jmemname12.c', 'jmemdos12.c', 
+                         'jmemmac12.c']
 for Remove in Jpeg12SourcesToRemove:
    ### Because setup.py is a multiple pass process we need to trap
    ### the case where the files were allready wed out on a previous pass.