equal
deleted
inserted
replaced
1 #!/usr/bin/python2.4 |
1 #!/usr/bin/python |
2 |
2 |
3 import sys |
3 import sys |
4 sys.path.append("../") |
4 sys.path.append("../") |
5 |
5 |
6 from raytracer import Raytracer, Material, Plane, Sphere, Light |
6 from raytracer import Raytracer, Material, Plane, Sphere, Light |