From 6e296b010f01e29ae5e352c761fce51e10d5a6bd Mon Sep 17 00:00:00 2001 From: Matt Williams Date: Sun, 25 Nov 2012 18:46:56 +0000 Subject: [PATCH] Fix path for test --- tests/TestRaycast.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/TestRaycast.py b/tests/TestRaycast.py index 1f45aee3..d68dad96 100644 --- a/tests/TestRaycast.py +++ b/tests/TestRaycast.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- import sys -sys.path.append("library/bindings/") +sys.path.append("../library/bindings/") import unittest import PolyVoxCore