Changeset - 0ff5adb554ba
[Not reviewed]
default
0 1 0
drewp@bigasterisk.com - 20 months ago 2023-05-22 08:06:51
drewp@bigasterisk.com
modernize py lib name
1 file changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
light9/effect/sequencer/sequencer.py
Show inline comments
 
@@ -3,7 +3,7 @@ copies from effectloop.py, which this sh
 
'''
 

	
 
import asyncio
 
import imp
 
import importlib
 
import logging
 
import time
 
import traceback
 
@@ -47,7 +47,7 @@ class CodeWatcher:
 

	
 
        def go():
 
            log.info("reload effecteval")
 
            imp.reload(effecteval)
 
            importlib.reload(effecteval)
 
            self.onChange()
 

	
 
        # in case we got an event at the start of the write
0 comments (0 inline, 0 general)