Skip to content
Snippets Groups Projects
Commit 90787732 authored by T.J. Corona's avatar T.J. Corona
Browse files

smtk __init__.py: import site.

parent 0d735ce2
No related branches found
No related tags found
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