Skip to content

Commit ebcf796

Browse files
committed
move it back
1 parent ea8cb64 commit ebcf796

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python
22

3-
from openmp_helpers import check_openmp_support
3+
44
import os
55
import re
66
import subprocess
@@ -13,6 +13,7 @@
1313
from Cython.Build import cythonize
1414

1515
sys.path.append(os.path.join("ot", "helpers"))
16+
from openmp_helpers import check_openmp_support
1617

1718
# dirty but working
1819
__version__ = re.search(

0 commit comments

Comments
 (0)