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

Update chunker.py

parent 375379a9
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,9 @@ if 'Linux' in platform.system():
sys.setdlopenflags(dlflags | ctypes.RTLD_GLOBAL)
import corpus2
import iobber.corpio, iobber.config, iobber.classify
import iobber.corpio as corpio
import iobber.config as config
import iobber.classify as classify
if 'Linux' in platform.system():
# 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