[~] current pykd.pyd path must be inserted to head of path list

git-svn-id: https://pykd.svn.codeplex.com/svn@69933 9b283d60-5439-405e-af05-b73fd8c4d996
This commit is contained in:
SND\EreTIk_cp 2011-09-21 16:25:06 +00:00 committed by Mikhail I. Izmestev
parent f0127ccff3
commit 056fb1c40a

View File

@ -7,7 +7,7 @@ import os
import unittest
# Dynamically append current pykd.pyd path to PYTHONPATH
sys.path.append(os.path.dirname(sys.argv[1]))
sys.path.insert(0, os.path.dirname(sys.argv[1]))
import pykd
import target