test.py: Add .libs in sys.path.
authorHuang Peng <shawn.p.huang@gmail.com>
Fri, 15 Aug 2008 10:48:35 +0000 (18:48 +0800)
committerHuang Peng <shawn.p.huang@gmail.com>
Fri, 15 Aug 2008 10:48:35 +0000 (18:48 +0800)
engine/test.py [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index 8d35beb..1419b9d
@@ -2,6 +2,7 @@
 # -*- coding: utf-8 -*-
 import hangul
 import sys
+sys.path.append(".libs")
 
 ctx = hangul.HangulInputContext("2")
 ctx.process(ord('a'))