Rev 856 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
| Rev 856 | Rev 857 | ||
|---|---|---|---|
| Line 16... | Line 16... | ||
| 16 | # along with this program; if not, write to the # |
16 | # along with this program; if not, write to the # |
| 17 | # Free Software Foundation, Inc., # |
17 | # Free Software Foundation, Inc., # |
| 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 | 20 | ||
| 21 | class ServiceBase |
21 | class ServiceBase: |
| 22 | Id = 0 |
22 | Id = 0 |
| 23 | Type = '' |
23 | Type = '' |
| 24 | Online = False |
24 | Online = False |
| 25 | events = {} |
25 | events = {} |
| 26 | timers = {} |
26 | timers = {} |