Skip to content

Commit 553167b

Browse files
committed
python: Fix windows import in build directory
1 parent dc93fde commit 553167b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

python/pycppad/__init__.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
# Copyright 2021 INRIA
33
#
44

5-
from .pycppad_pywrap import *
6-
from .pycppad_pywrap import __version__, __raw_version__
7-
85
# On Windows, if pycppad.dll is not in the same directory than
96
# the .pyd, it will not be loaded.
107
# We first try to load pycppad, then, if it fail and we are on Windows:

0 commit comments

Comments
 (0)