Skip to content
Snippets Groups Projects
Commit 568d884c authored by Wiktor Walentynowicz's avatar Wiktor Walentynowicz :construction_worker_tone1:
Browse files

Update chunker.py

parent aefc58ff
No related branches found
No related tags found
No related merge requests found
...@@ -26,7 +26,7 @@ if 'Linux' in platform.system(): ...@@ -26,7 +26,7 @@ if 'Linux' in platform.system():
sys.setdlopenflags(dlflags | ctypes.RTLD_GLOBAL) sys.setdlopenflags(dlflags | ctypes.RTLD_GLOBAL)
import corpus2 import corpus2
import corpio, config, classify import iobber.corpio, iobber.config, iobber.classify
if 'Linux' in platform.system(): if 'Linux' in platform.system():
# get back to default dlopen policy # get back to default dlopen policy
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment