CC-1469: Crossfading support (non-equal power)

-further implementation..
This commit is contained in:
Martin Konecny 2013-03-15 12:50:23 -04:00
parent 2b7ebafa94
commit dd7fc61e23
7 changed files with 83 additions and 49 deletions
python_apps/pypo

View file

@ -8,7 +8,7 @@ import json
import telnetlib
import copy
import subprocess
import datetime
from datetime import datetime
from Queue import Empty
from threading import Thread