Skip to content
Snippets Groups Projects
Commit 37167450 authored by T.J. Corona's avatar T.J. Corona Committed by Kitware Robot
Browse files

Merge topic 'add-site-to-smtk-python-init'


90787732 smtk __init__.py: import site.

Acked-by: default avatarKitware Robot <kwrobot@kitware.com>
Acked-by: default avatarHaocheng Liu <haocheng.liu@kitware.com>
Merge-request: !716
parents 5cca9e90 90787732
No related merge requests found
......@@ -10,6 +10,12 @@
#
#=============================================================================
# For Windows builds, we must initialize our python interpreter with
# "Py_NoSiteFlag" enabled. We therefore import it here instead. Since this
# module is usually imported at python's initialization, this should have no
# effect when another python implementation imports smtk.
import site
__all__ = ('common', 'attribute', 'model',
'mesh', 'io', 'bridge', 'simulation')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment