Skip to content
Snippets Groups Projects
Commit 1e96ee88 authored by Blaise Li's avatar Blaise Li
Browse files

Fix wrappers_dir path.

parent 6bbed10e
No related branches found
No related tags found
No related merge requests found
...@@ -4,4 +4,4 @@ __all__ = ["wrappers_dir"] ...@@ -4,4 +4,4 @@ __all__ = ["wrappers_dir"]
# The working directory is that of the importing context. # The working directory is that of the importing context.
# __path__ gives access to the package path # __path__ gives access to the package path
wrappers_dir = __path__ wrappers_dir = __path__[0]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment