diff lightsim/openglsim.py @ 659:61164aaadbaa

change lightsim to numpy Ignore-this: 96e2710b0afa0afec9e76c73d68f984d
author drewp@bigasterisk.com
date Sat, 18 Jun 2011 21:18:06 +0000
parents f69ba5ac17c5
children
line wrap: on
line diff
--- a/lightsim/openglsim.py	Sat Jun 18 21:17:44 2011 +0000
+++ b/lightsim/openglsim.py	Sat Jun 18 21:18:06 2011 +0000
@@ -3,7 +3,7 @@
 
 from __future__ import division
 import sys, time
-import numarray as num
+import numpy as num
 import Tkinter as tk
 import Image
 from louie import dispatcher