Changeset - 61164aaadbaa
[Not reviewed]
default
0 1 0
drewp@bigasterisk.com - 14 years ago 2011-06-18 21:18:06
drewp@bigasterisk.com
change lightsim to numpy
Ignore-this: 96e2710b0afa0afec9e76c73d68f984d
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
lightsim/openglsim.py
Show inline comments
 
@@ -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
0 comments (0 inline, 0 general)