Hi: I'd like to contribute a simple gil_load decorator. I tried
forking master but get the following error:
import gil_load
Traceback (most recent call last):
File "", line 1, in
File "gil_load/init.py", line 1, in
from .gil_load import init, test, start, stop, get, preload_path
ImportError: cannot import name preload_path
There are no 'preload_path*' files in the repo.
Hi: I'd like to contribute a simple gil_load decorator. I tried
forking master but get the following error:
import gil_load
Traceback (most recent call last):
File "", line 1, in
File "gil_load/init.py", line 1, in
from .gil_load import init, test, start, stop, get, preload_path
ImportError: cannot import name preload_path
There are no 'preload_path*' files in the repo.