Skip to content

Commit 2a00237

Browse files
committed
python: fix Python wrapper name
1 parent 552c204 commit 2a00237

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/pycppad/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
# Copyright 2021 INRIA
33
#
44

5-
from .pycppad import *
6-
#from .pycppad import __version__, __raw_version__
5+
from .pycppad_pywrap import *
6+
from .pycppad_pywrap import __version__, __raw_version__

0 commit comments

Comments
 (0)