Commit 523a69ac1429541c8572b6a6b55b7a2cb2be3c7b
1 parent
cdc353eb
Exists in
master
Not trying to import _transformations in transformations.py
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
invesalius/data/transformations.py
@@ -1910,7 +1910,7 @@ def _import_module(name, package=None, warn=True, prefix='_py_', ignore='_'): | @@ -1910,7 +1910,7 @@ def _import_module(name, package=None, warn=True, prefix='_py_', ignore='_'): | ||
1910 | return True | 1910 | return True |
1911 | 1911 | ||
1912 | 1912 | ||
1913 | -_import_module('_transformations') | 1913 | +# _import_module('_transformations') |
1914 | 1914 | ||
1915 | if __name__ == "__main__": | 1915 | if __name__ == "__main__": |
1916 | import doctest | 1916 | import doctest |