Commit fe279dc1 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 68c95ed4
......@@ -21,6 +21,9 @@
"""TODO big module-level picture description"""
import golang # so that golang.so -> libgolang.so is found and loaded
# preload load golang.so -> libgolang.so. This way ld.so discovers where
# libgolang.so is, and so there will be no load failure when our C++ libraries,
# that use libgolang.so, are loaded (e.g. libwcfs.so).
import golang
from ._bigfile import BigFile, WRITEOUT_STORE, WRITEOUT_MARKSTORED, ram_reclaim
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment