From 0632170e0ca8e35d10b122a7c4bdc029b118ec1a Mon Sep 17 00:00:00 2001 From: Wenzel Jakob Date: Tue, 5 Jun 2012 08:23:20 +1200 Subject: [PATCH] minor documentation update --- doc/python.tex | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/python.tex b/doc/python.tex index f8c5d7a5..fd3f71b8 100644 --- a/doc/python.tex +++ b/doc/python.tex @@ -16,6 +16,7 @@ import sys # Update the extension search path # (may vary depending on your setup) +sys.path.append('dist') sys.path.append('dist/python') import mitsuba