Commit 19d3974b by Sébastien Eustace

Fix vendor path in __init__.py

parent bc3eb784
......@@ -2,7 +2,7 @@ import os
import sys
_ROOT = os.path.dirname(os.path.realpath(__file__))
_VENDOR = os.path.join(_ROOT, 'vendor')
_VENDOR = os.path.join(_ROOT, '_vendor')
# Add vendored dependencies to path.
sys.path.insert(0, _VENDOR)
......
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