Import 2017-06-07 23:51:09: master 628f83fe

Author Committer Branch Timestamp Parent
jcfr jcfr master 2016-05-23 02:14:06 master 9cb5668f
Changeset

PERF: Import loadable module python extension only into 'slicer' module

Since the modules "slicer.moduledm", "slicer.modulelogic", "slicer.modulemrml"
and "slicer.modulewidget" were not used, this commit removes them and avoid
the overhead of updating their respective dictionaries.

It is a follow up of r19775 (STYLE: Prevent future issue related to
refactoring by referencing all MRML node from 'slicer' module.).

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

mod - Base/Python/CMakeLists.txt Diff File
rm - Base/Python/slicer/moduledm/__init__.py Diff File
rm - Base/Python/slicer/modulelogic/__init__.py Diff File
rm - Base/Python/slicer/modulemrml/__init__.py Diff File
rm - Base/Python/slicer/modulewidget/__init__.py Diff File
mod - Base/Python/slicer/util.py Diff File
mod - Base/QTGUI/qSlicerLoadableModule.cxx Diff File