diff light8/io.py @ 16:7dbe8067acea

fixed bug with channel levels not displaying fixed bug with channel levels not displaying moved an import from rsn to io
author drewp
date Sun, 07 Jul 2002 06:33:29 +0000
parents 7adc65771676
children f595fdd4c548
line wrap: on
line diff
--- a/light8/io.py	Sun Jul 07 06:18:40 2002 +0000
+++ b/light8/io.py	Sun Jul 07 06:33:29 2002 +0000
@@ -1,9 +1,13 @@
+
+
+from parport import *
 
 DUMMY=1
 
 def init(DUMMY_in):
     global DUMMY
     if not DUMMY_in:
+        
         getparport()
         DUMMY=0