| changeset 60 | 5ca3aa8d75e1 |
| parent 56 | 3718abbfffd6 |
| child 67 | d1912509f375 |
| 59:642098115855 | 60:5ca3aa8d75e1 |
|---|---|
1 # -*- coding: utf-8 -*- |
1 # -*- coding: utf-8 -*- |
2 |
2 |
3 from database import Database |
3 from database import Database |
4 import logging |
|
5 logger=logging.getLogger("iro.acounting"); |
|
4 |
6 |
5 class Acounting(Database): |
7 class Acounting(Database): |
6 def __init__(self,id, connection): |
8 def __init__(self,id, connection): |
7 Database.__init__(self,connection) |
9 Database.__init__(self,connection) |
8 self.id=id |
10 self.id=id |