Import 2017-06-07 23:51:09: master bd557aa8

Author Committer Branch Timestamp Parent
jcfr jcfr master 2015-09-15 19:01:13 master 673e8327
Changeset

STYLE: Facilitate integration with python IDE

This commit introduces slicer/kits.py and rename slicer/init.py.in
to slicer/init,py. This will facilitate integration with IDE like
PyCharm when simply adding the "Slicer/Base/Python" folder as dependent
project for scripted module.

Ideally, on platform supporting it, python script shouldn't be copied
into the build directory. Instead they should be symlinked similarly to
what is done with the option "develop" of setup.py or the option "--editable"
of pip.

git-svn-id: http://svn.slicer.org/Slicer4/trunk@24553 3bd1e089-480b-0410-8dfb-8563597acbee

mod - Base/Python/CMakeLists.txt Diff File
add - Base/Python/slicer/kits.py.in Diff File