File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1414# More resources on https://github.com/diffpy/pyobjcryst/issues/33
1515try :
1616 from .eigenpy_pywrap import * # noqa
17- from .eigenpy_pywrap import __raw_version__ , __version__ # noqa
17+ from .eigenpy_pywrap import __raw_version__ , __version__
1818except ImportError :
1919 import platform
2020
2121 if platform .system () == "Windows" :
22- from .windows_dll_manager import get_dll_paths , build_directory_manager
22+ from .windows_dll_manager import build_directory_manager , get_dll_paths
2323
2424 with build_directory_manager () as dll_dir_manager :
2525 for p in get_dll_paths ():
Original file line number Diff line number Diff line change 1+ import contextlib
12import os
23import sys
3- import contextlib
44
55
66def get_dll_paths ():
You can’t perform that action at this time.
0 commit comments