changeset 465:62bea321edbf

fix illegal import
author drewp@bigasterisk.com
date Mon, 01 Sep 2008 05:35:58 +0000
parents c901cff64987
children f69ba5ac17c5
files lightsim/lightsim.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lightsim/lightsim.py	Mon Sep 01 00:44:39 2008 +0000
+++ b/lightsim/lightsim.py	Mon Sep 01 05:35:58 2008 +0000
@@ -1,8 +1,8 @@
 # lightsim.py by Drew Perttula, 6/28/2002
+from __future__ import division
 
 version="1.01"
 
-from __future__ import division
 import Image, ImageTk, ImageChops,ImageEnhance
 from Tkinter import Tk,Label,Scale,DoubleVar,Frame
 import time, glob