Fix path for test

This commit is contained in:
Matt Williams 2012-11-25 18:46:56 +00:00
parent 3ed3ac6998
commit 6e296b010f

View File

@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
import sys
sys.path.append("library/bindings/")
sys.path.append("../library/bindings/")
import unittest
import PolyVoxCore