Skip to content
Snippets Groups Projects
Commit e1e01d0b authored by Adam Radziszewski's avatar Adam Radziszewski
Browse files

rm obsolete TODO and clean imports

parent 70ea98fa
No related merge requests found
......@@ -30,14 +30,13 @@ if 'Linux' in platform.system():
sys.setdlopenflags(dlflags | ctypes.RTLD_GLOBAL)
import corpus2, wccl
# TODO: get back to default dlopen policy?
if 'Linux' in platform.system():
# get back to default dlopen policy
sys.setdlopenflags(dlflags)
import config
import codecs, os
import os
_ROOT = os.path.abspath(os.path.dirname(__file__))
......
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