changeset 659:61164aaadbaa

change lightsim to numpy Ignore-this: 96e2710b0afa0afec9e76c73d68f984d
author drewp@bigasterisk.com
date Sat, 18 Jun 2011 21:18:06 +0000
parents a5a962475984
children 3322285457ac
files lightsim/openglsim.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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