]> Creatis software - gdcm.git/commit
* Eventually, python/gdcmPython was renamed to gdcmPython. This
authorfrog <frog>
Mon, 3 Mar 2003 17:56:21 +0000 (17:56 +0000)
committerfrog <frog>
Mon, 3 Mar 2003 17:56:21 +0000 (17:56 +0000)
commit29f93a14132dd0c6d9d9480ea038a2a4e8ed7e93
tree4d73468e0e92698577a8fb8c568f2235d2706f8e
parent53a2dad942e500f2e65af646528b907fa3eaa8ec
  * Eventually, python/gdcmPython was renamed to gdcmPython. This
        was done in a last ditch attempt to get setup.py _really_
        operationnal. The python/gdcmPython layaout add the advantage
        of hidding away the python related distutils specific files
        (MANIFEST.in, setup.py, distutils*.py...) from the main directory.
        Alas, the src directory was out of scope (i.e. it's relative
        position to setup.py was ../src) which made things impossible to
        handle (see previous version of python/setup.py). Crossing fingers...
17 files changed:
.cvsignore
ChangeLog
MANIFEST.in [new file with mode: 0644]
distutilsSwigCPlusPlus.py [new file with mode: 0644]
gdcmPython/.cvsignore [new file with mode: 0644]
gdcmPython/Makefile [new file with mode: 0644]
gdcmPython/__init__.py [new file with mode: 0644]
gdcmPython/demo/.cvsignore [new file with mode: 0644]
gdcmPython/demo/explore.py [new file with mode: 0644]
gdcmPython/demo/printGroupedPublicDict.py [new file with mode: 0644]
gdcmPython/demo/test.py [new file with mode: 0644]
gdcmPython/demo/testAll.py [new file with mode: 0644]
gdcmPython/gdcm.i [new file with mode: 0644]
gdcmPython/testSuite.py [new file with mode: 0644]
gdcmPython/win32/gdcmpy.dsp [new file with mode: 0644]
gdcmPython/win32/gdcmpycomplet.dsp [new file with mode: 0644]
setup.py [new file with mode: 0644]