MAINT=6585: fix llsdserialize_test

master
Glenn Glazer 2016-07-20 15:57:53 -07:00
parent d7636753e8
commit 9e93d24b20
1 changed files with 1 additions and 4 deletions

View File

@ -1518,10 +1518,7 @@ namespace tut
// scanner.
import_llsd("import os.path\n"
"import sys\n"
"sys.path.insert(0,\n"
" os.path.join(os.path.dirname(r'" __FILE__ "'),\n"
" os.pardir, os.pardir, 'lib', 'python'))\n"
"from indra.base import llsd\n")
"from llbase import llsd\n")
{}
~TestPythonCompatible() {}