Commit 3c1957f5 by Jan Hermann Committed by Sébastien Eustace

support symlinking poetry script (#546)

parent 0a38553e
......@@ -195,7 +195,7 @@ import glob
import sys
import os
lib = os.path.realpath(os.path.join(os.path.dirname(__file__), "..", "lib"))
lib = os.path.normpath(os.path.join(os.path.realpath(__file__), "../..", "lib"))
sys.path.insert(0, lib)
......
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