Rev 856 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
| Rev 856 | Rev 857 | ||
|---|---|---|---|
| Line 18... | Line 18... | ||
| 18 | # 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. # |
18 | # 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. # |
| 19 | ############################################################################ |
19 | ############################################################################ |
| 20 | import ServiceManager |
20 | import ServiceManager |
| 21 | import threading |
21 | import threading |
| 22 | 22 | ||
| 23 | class ControllerBase |
23 | class ControllerBase: |
| 24 | Settings = {} |
24 | Settings = {} |
| 25 | Timers = {} |
25 | Timers = {} |
| 26 | 26 | ||
| 27 | def __init__(self, settings): |
27 | def __init__(self, settings): |
| 28 | self.serviceManager = ServiceManager.GetServiceManager() |
28 | self.serviceManager = ServiceManager.GetServiceManager() |