demos/triangles_monkey.py
branchpyrit
changeset 60 a23b5089b9c3
parent 29 574c34441a1c
child 62 07c2f8084719
--- a/demos/triangles_monkey.py	Fri Apr 04 13:54:47 2008 +0200
+++ b/demos/triangles_monkey.py	Tue Apr 08 01:05:12 2008 +0200
@@ -1,8 +1,5 @@
 #!/usr/bin/python
 
-import sys
-sys.path.append(open('ModulePath').read().strip())
-
 from raytracer import Raytracer, Light, Sphere, Triangle, NormalVertex, Material
 from objreader import LoadWavefrontObjFile
 import Image