Modify idlemove module to be able to chain thresholds for moving and add source channel filters

This commit is contained in:
Stefan Hacker
2010-12-27 02:42:23 +01:00
parent bf006394da
commit b25b446f84
6 changed files with 96 additions and 58 deletions

View File

@@ -32,7 +32,8 @@
from config import (Config,
x2bool,
commaSeperatedIntegers,
commaSeperatedStrings)
commaSeperatedStrings,
commaSeperatedBool)
from worker import Worker