We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e60c086 commit 2958200Copy full SHA for 2958200
setup.py
@@ -24,7 +24,6 @@
24
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
25
26
import importlib.machinery
27
-import os
28
import sys
29
from setuptools.modified import newer
30
from os import makedirs
@@ -34,7 +33,7 @@
34
33
import skbuild.setuptools_wrap
35
import skbuild.utils
36
37
-sys.path.insert(0, os.path.dirname(__file__)) # Ensures local imports work
+sys.path.insert(0, dirname(__file__)) # Ensures local imports work
38
from _vendored.conv_template import process_file as process_c_file
39
40
0 commit comments